Dan Sugalski <[EMAIL PROTECTED]> wrote: > ... stuff like that. Can anyone think of a reason that someone > would want to wait *specifically* on one type of event like this,
Well, just for symmetry new Px, EventWait set Px, 0.1 waitfor Px But that's normally (and now) done like: sleep 0.1 leo