Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pause Function
Message
 
À
26/03/1999 10:57:00
Pascal Binette
Pratt & Whitney Canada
Saint-Hubert, Québec, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00202373
Message ID:
00202411
Vues:
25
Pascal

I prefer using the API, Windows can then switch to other
tasks since it knows the app is sleeping for x seconds:

DECLARE Sleep in win32api integer
nMilliseconds = 1000
=Sleep(nMilliseconds)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform