Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Here an easy one... the wait command
Message
De
22/08/2000 15:39:57
 
 
À
22/08/2000 15:14:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00407890
Message ID:
00407938
Vues:
25
This will work, but you must take into account that it will take 100% of your CPU power during that time. The Sleep() API will relinquish CPU control to other running applications.
>There's probably (certainly??) a better way to do this in VFP, but this old 2.6 code should still work
>
>PRIVATE nSeconds
>nSeconds = SECONDS()
>DO WHILE SECONDS() < (nSeconds+30)
> ** nothing to do
>ENDDO
>
>This won't work if the 30 second time span goes past midnight - but you could code around that if necessary.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform