Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a WAIT(time) capability ?
Message
 
 
À
11/07/2003 23:00:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00809513
Message ID:
00809514
Vues:
36
>Is there a way to have your program wait a set amount of time without using a timer, or a loop that ties up the CPU, or showing a message to user? It might look something like Wait(lnMilliseconds)?
>
>TIA,
>

Alex,

You can use WIN API Sleep function.
DECLARE Sleep in WIN32API integer
Sleep(2*1000) 		&& 2 sec's
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform