Go home WAIT-FOR, you're drunk.

Never use:

WAIT-FOR PAUSE...
I disagree. The believe I have a genuine need for using the pause option.

Sample of my code:
Code:
Do while now LT maxTimeOut:
   Wait-for Connect of serverSocketHandle pause 1. 
End.
Quit.

I have the above code that is used in batch mode (-b) and it’s my saving gace that I know the code will quit In a timely maner.
 
Back
Top