Go home WAIT-FOR, you're drunk.

Cecil

19+ years progress programming and still learning.
Does anybody know of dark arts of 'WAIT-FOR'?
 

Cecil

19+ years progress programming and still learning.
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.
 
Top