Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create a noninteractive wait() function
Message
From
30/10/2000 16:00:37
Mike Mattos
Nationwide Computers
Mississauga, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00436062
Message ID:
00436083
Views:
32
Amazing, got the answer in mere seconds ( well, about 300 till it was working ! ) thanks to all






* sleep.prg
* usefull sleep function !!

parameter secs
DECLARE Sleep IN Win32API INTEGER nMilliseconds
nSleepSeconds = secs
nMilliseconds = nSleepSeconds * 1000
=Sleep(nMilliSeconds)
Previous
Reply
Map
View

Click here to load this message in the networking platform