Previous Topic: GOTO StatementsNext Topic: FOR..NEXT..STEP Statements


Repetitive Statements

Repetitive statements repeat actions while or until a condition is true. The scripting language has three types of repetitive statements.

More information:

FOR..NEXT..STEP Statements

REPEAT..UNTIL Statements

WHILE..WEND Statements