Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pause Function
Message
 
To
26/03/1999 10:57:00
Pascal Binette
Pratt & Whitney Canada
Saint-Hubert, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00202373
Message ID:
00202411
Views:
30
Pascal

I prefer using the API, Windows can then switch to other
tasks since it knows the app is sleeping for x seconds:

DECLARE Sleep in win32api integer
nMilliseconds = 1000
=Sleep(nMilliseconds)
Previous
Reply
Map
View

Click here to load this message in the networking platform