PurpleGecko
Programmer
Is there a way to wait for more then one possible text string coming across the screen and not have it time out when only one of the strings come across and not the others?
Example
MySess.waitforstring ("TEST:"),("TERM")
Waiting for either TEST or TERM
Example
MySess.waitforstring ("TEST:"),("TERM")
Waiting for either TEST or TERM