0076: Condition expected
WHILE..END
and REPEAT..UNTIL
loops require at least one conditional command or the constants True
or False
but none were found.
Possible solutions: fulfill the loop syntax with a conditional command or True
or False
:
Last updated