Sep 21, 1999 #1 KneeBreaker Programmer Joined Aug 27, 1998 Messages 12 Location US I am looking for a way to pause a program for a predetermined amount of time, like the 'DELAY' function that was in Pascal.
I am looking for a way to pause a program for a predetermined amount of time, like the 'DELAY' function that was in Pascal.
Sep 21, 1999 #2 Otto Programmer Joined Dec 31, 1998 Messages 224 Location HU Try the Sleep(WaitInMilliseconds: DWORD), or SleepEx(.., ..) procedures.<br> <br> Good luck. Bye, Otto.<br> Upvote 0 Downvote
Try the Sleep(WaitInMilliseconds: DWORD), or SleepEx(.., ..) procedures.<br> <br> Good luck. Bye, Otto.<br>