Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SECONDS() vs. TIME()
Message
From
10/07/2002 14:50:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
SECONDS() vs. TIME()
Miscellaneous
Thread ID:
00677209
Message ID:
00677209
Views:
86
If I run:

clear
xx = seconds()
yy=0
for i = 1 to 25
wait window '' timeout 1
? time(), seconds() - xx, seconds() - xx - yy
yy = seconds() - xx
next i


on my WinXP box, I get times between 14:33:06 & 14:33:25 (19 seconds). The seconds column goes from 1.421 to 31.421 (31.421 seconds elapsed).

This is making time-trial testing difficult, if not impossible.

Anyone else seeing quirky behavior like this?

Just wonderin'...

- George E. Mamunes
Next
Reply
Map
View

Click here to load this message in the networking platform