"Now" on the device :((??

dionisiy

New Member
Hi! I use HP iPAQ 2490 WM5 and Basic4ppc 6.01 trial.
Wnen I try to use "NOW" keyword on the device it return
only hole seconds,so Now/cTicksPerSecond is INTEGER. On PC it's OK - 5 or 6
digits after point. I even try to do smth like this:

dim t(2) as Double: t(1)=Now/cTicksPerSecond ...it's no use..

Accuracy operations with time is very important for me,
so grateful for any help.
 

agraham

Expert
Licensed User
Longtime User

dionisiy

New Member
Thank you for answer anyway!
May be it's possible to get system ticks using Registry?
Or with SHELL() and some script?
MortScript is good tool, but seconds are integer too...
 

BjornF

Active Member
Licensed User
Longtime User
There is of course always the possibility of buying Basic4ppc....;)

Björn
 
Top