REPEAT . . . UNTIL loop problem
|
02-13-2021, 11:30 PM
Post: #2
|
|||
|
|||
RE: REPEAT . . . UNTIL loop problem
I don't know why you have this syntax error, but I would try two things:
First replace: UNTIL exit==1; by: UNTIL exit; Then if you (likely) still have the same error, replace: REPEAT . . . UNTIL exit==1; by: WHILE exit==0 DO . . . END; |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)