Hi There,

I'm wondering if it is possible to "WAIT" for more than only one condition at the time in DEBUGIN/SERIN2.

I usually write something like this:
Code:
START:
DEBUGIN 1000,START,[WAIT("first")]
....
I'd like to wait for more than the word "first" but also for "second" and "third".

But how?