DataBasic Reference > Statements and Intrinsic Functions > U > UNTIL Statement

Comment on this topic

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.

Reality V15.0 ()

UNTIL Statement (DataBasic) (m618703+until_s.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

UNTIL Statement

Used in conjunction with a FOR or LOOP statement to exit the loop.

Syntax

UNTIL limit-expr {DO}

Syntax Elements

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.

Operation

Refer to the descriptions of the FOR and LOOP statements.

RealityV15.0Comment on this topic