DoWhile
Properties
Condition
The condition needs to evaluate to true or false. The function will loop while the condition is true.
Test
When to test the condition, before or after the loop.
The condition needs to evaluate to true or false. The function will loop while the condition is true.
When to test the condition, before or after the loop.