Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pausing Program
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00669622
Message ID:
00670461
Vues:
30
>>What is the best way to pause program execution in VFP?
> try this WSH API call
>
>DECLARE Sleep IN WIN32API ;
> INTEGER nMilliSeconds
>
>Where you want to pause VFP insert into your code the following line
>SLEEP(1000*10)

Thanx, I didn't realize sleep() was a millisecond resolution. So, it appeared as if it was not working. ;)
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform