Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
UNTIL Statement (DataBasic) (m618703+until_s.htm)
Used in conjunction with a FOR or LOOP statement to exit the loop.
UNTIL limit-expr {DO}
limit-expr is an expression that can be evaluated to true or false (1 or 0). It is similar to the test expression in the IF statement.