Re: [Oorexx-devel] RexxDateTime is internal, how to use its information for a .DateTime object to be stored in a StringTable?

2024-01-25 Thread Rick McGuire
Um, .DateTime~new does this. This is how the time stamp used by the date/time functions is managed such that there is consistencies across all terms used in expressions. Rick On Thu, Jan 25, 2024 at 8:52 AM Rony G. Flatscher wrote: > Experimenting with tracing and one idea that came up with was

Re: [Oorexx-devel] RexxDateTime is internal, how to use its information for a .DateTime object to be stored in a StringTable?

2024-01-25 Thread Rony G. Flatscher
Ah, think I found a solution by using TheRexxPackage->findClass(). ---rony On 25.01.2024 14:51, Rony G. Flatscher wrote: Experimenting with tracing and one idea that came up with was to also supply Activation::getTime()  which is an internal interpreter/classes/support/RexxDateTime object and a

[Oorexx-devel] RexxDateTime is internal, how to use its information for a .DateTime object to be stored in a StringTable?

2024-01-25 Thread Rony G. Flatscher
Experimenting with tracing and one idea that came up with was to also supply Activation::getTime()  which is an internal interpreter/classes/support/RexxDateTime object and as such cannot be used directly as an argument to put(). The attempt is to create a TIMESTAMP entry in a StringTable makin