How can I use ot4xb FileTime() class ?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

How can I use ot4xb FileTime() class ?

#1 Post by unixkd »

Hi ALL

How can I use ot4xb FileTime() class ?

Joe

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: How can I use ot4xb FileTime() class ?

#2 Post by Auge_Ohr »

unixkd wrote:How can I use ot4xb FileTime() class ?
here PDF File
Attachments
ot4xb-wiki -docs - FILETIME64.zip
(179.65 KiB) Downloaded 679 times
greetings by OHR
Jimmy

User avatar
unixkd
Posts: 565
Joined: Thu Feb 11, 2010 1:39 pm

Re: How can I use ot4xb FileTime() class ?

#3 Post by unixkd »

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

User avatar
Auge_Ohr
Posts: 1406
Joined: Wed Feb 24, 2010 3:44 pm

Re: How can I use ot4xb FileTime() class ?

#4 Post by Auge_Ohr »

unixkd wrote:

Code: Select all

Local oFT := FileTime():New()
I got an error message - not a class
it is

Code: Select all

FileTime64():New()
greetings by OHR
Jimmy

Post Reply