Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Waiting around....
Message
 
To
05/08/2003 15:24:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817017
Message ID:
00817044
Views:
11
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform