Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a WAIT(time) capability ?
Message
From
11/07/2003 23:11:36
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809513
Message ID:
00809517
Views:
33
>>Is there a way to have your program wait a set amount of time without using a timer, or a loop that ties up the CPU, or showing a message to user? It might look something like Wait(lnMilliseconds)?
>>
>>TIA,
>>
>
>Alex,
>
>You can use WIN API Sleep function.
DECLARE Sleep in WIN32API integer
>Sleep(2*1000) 		&& 2 sec's
I did not have to set too long a Sleep() to receive your answer. Thanks.

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform