Hi ALL
How can I use ot4xb FileTime() class ?
Joe
How can I use ot4xb FileTime() class ?
Re: How can I use ot4xb FileTime() class ?
here PDF Fileunixkd wrote:How can I use ot4xb FileTime() class ?
- Attachments
-
- ot4xb-wiki -docs - FILETIME64.zip
- (179.65 KiB) Downloaded 776 times
greetings by OHR
Jimmy
Jimmy
Re: How can I use ot4xb FileTime() class ?
Hi Jimmy
I try to instantiate the class like:
Local oFT := FileTime():New()
I got an error message - not a class
How can I instantiate its object :
Thanks
Joe
I try to instantiate the class like:
Local oFT := FileTime():New()
I got an error message - not a class
How can I instantiate its object :
Thanks
Joe
Re: How can I use ot4xb FileTime() class ?
it isunixkd wrote:I got an error message - not a classCode: Select all
Local oFT := FileTime():New()
Code: Select all
FileTime64():New()
greetings by OHR
Jimmy
Jimmy