in reply to Re: pause/wait command?
in thread pause/wait command?

I've never seen it used as the condition of a while loop. I rather like that.

What I've always done it just inset it in the code

while (#Files do not yet exist) { sleep(120); #check for files; }