Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Waiting around....
Message
From
06/08/2003 13:51:33
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00817017
Message ID:
00817413
Views:
17
Hi Dennis, the danger with this is if the EndTime + wait time (ie 3 secs in this example) extends over the midnight boundary. Then you wait forever :) I suggest the same code but use DATETIME() instead of the SECONDS() function.


>Try this:
>
>EndTime = SECONDS() + 3
>DO WHILE SECONDS() < EndTime
>ENDDO
>
>The user can not use the keyboard to shortcut the wait.
>
>
>>What is the command you can use to pause execution (for example, 3 seconds, between commands)?
>>
>>I've seen it here countless times, but I am having a Brain Cloud at the moment....
>>
>>Tommy
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform