Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SECONDS() vs. TIME()
Message
De
10/07/2002 14:50:51
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SECONDS() vs. TIME()
Divers
Thread ID:
00677209
Message ID:
00677209
Vues:
85
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform