This is the wait routine I'm using:
http://www.gammon.com.au/forum/?id=4956&reply=1#reply1
Suppose I have a function like this:
function my_alias_thread ()
Send ("eat bread")
wait (30)
-- Is there anything I can write here (or elsewhere) to
-- terminate the 30-second wait above? Thanks.
Send ("eat bread")
wait (1)
end
http://www.gammon.com.au/forum/?id=4956&reply=1#reply1
Suppose I have a function like this:
function my_alias_thread ()
Send ("eat bread")
wait (30)
-- Is there anything I can write here (or elsewhere) to
-- terminate the 30-second wait above? Thanks.
Send ("eat bread")
wait (1)
end