◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Executes a series of statements in a loop as long as a specified condition is true. The DO...LOOP statement provides a more powerful and flexible loop control structure. See: ◄DO...LOOP Statement► WHILE condition statementblock WEND ■ condition Numeric expression that evaluates as True (nonzero) or False (zero) ■ statementblock One or more valid statements on one or more lines See Also ◄DO...LOOP Statement► ◄FOR...NEXT Statement► ◄Loops and Decision Structures►