Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pause
Message
From
07/10/2008 16:34:31
 
 
To
07/10/2008 16:27:56
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Pause
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01353441
Message ID:
01353443
Views:
22
>How do I pause for x number of seconds in a PRG? Wait, or variations, wait for input or want to display something. I just want to pause. I know I could run a bogus loop for a period of time, but that seems like overkill.

DECLARE Sleep IN Win32API INTEGER
SLEEP(nnnn)

where I think nnnn is milliseconds
Previous
Reply
Map
View

Click here to load this message in the networking platform