Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Waiting around....
Message
 
À
05/08/2003 15:24:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00817017
Message ID:
00817044
Vues:
13
>>>What is the command you can use to pause execution (for example, 3 seconds, between commands)?
>>>
>>>I've seen it here countless times, but I am having a Brain Cloud at the moment....
>>>
>>>Tommy
>>
>>INKEY(3) if the User is not resting on the keyboard!
>>
>>See also Win 32 SLEEP API function.
>
>
>If the user is resting on the keyboard then:
>
>
>tStrTime = DATETIME()
>DO WHILE DATETIME() <= tStrTime + 3
>  =INKEY(1)
>ENDDO
>
>
>...<g>. I can see the argument already :)

Thanks! I am staying clear of this!!!

Tommy
Tommy Tillman A+ NetWork+ MCP
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform