Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a WAIT(time) capability ?
Message
 
 
To
11/07/2003 23:00:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00809513
Message ID:
00809514
Views:
38
>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform