Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get a half a second difference?
Message
De
22/06/2004 17:06:28
 
 
À
22/06/2004 17:00:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00916196
Message ID:
00916202
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>How do I get a half-second difference? I am trying to define a latency value of 0.5 second.

I'm not sure if you're asking how to measure by tenths of a second, or cause the system to pause for half a second but this should answer both:
lnS = SECONDS()
DECLARE Sleep IN Win32API INTEGER nMilliseconds
=sleep(500)
?SECONDS() - lnS
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform