Hi,
How do I write the following syntax?
I want to write the following:
Do
Loop While Sess0.Screen.GETstring(24, 26, 17) <> "FOUND LAST RECORD" OR
Loop While Sess0.Screen.GETstring(24, 2, 5) <> "ERROR"
In other words, if either one of the conditions is true, I need the loop to end.
thanks
zach
How do I write the following syntax?
I want to write the following:
Do
Loop While Sess0.Screen.GETstring(24, 26, 17) <> "FOUND LAST RECORD" OR
Loop While Sess0.Screen.GETstring(24, 2, 5) <> "ERROR"
In other words, if either one of the conditions is true, I need the loop to end.
thanks
zach