Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pausing Program
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00669622
Message ID:
00670461
Views:
31
>>What is the best way to pause program execution in VFP?
> try this WSH API call
>
>DECLARE Sleep IN WIN32API ;
> INTEGER nMilliSeconds
>
>Where you want to pause VFP insert into your code the following line
>SLEEP(1000*10)

Thanx, I didn't realize sleep() was a millisecond resolution. So, it appeared as if it was not working. ;)
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Reply
Map
View

Click here to load this message in the networking platform