FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC seconds()
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
seconds()
Posted: Tue Apr 14, 2009 06:44 PM

It seems seconds() is not supported by FWPPC. Is there some other function?
Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: seconds()
Posted: Tue Apr 14, 2009 11:55 PM
Otto,

You can use GetTickCount():

MsgInfo( GetTickCount() )

http://msdn.microsoft.com/en-us/library/ms724408(VS.85).aspx
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion