While
Top  Previous  Next


The While action begins a loop that evaluates a condition and executes the subsequent statement or set of statements while the condition evaluates to true. When the condition evaluates to false, the statements are ignored and the loop is aborted.

Actions_while

Test condition at end of loop
Makes this a Do...While loop, which will execute the statement or set of statements at least once before testing the if the condition is true or false.