While loop works just like in every standard programming language. The condition is evaluated to boolean expression. The subprocedure ''Loop body'' is executed every time, the expression evaluated to true value. The while command will stop running after the expression will evaluate to false. These subprocedurs are defined in procedure window under the if condition command. The condition has to be filled in. I.e.: val1=2 || val2 = ''aa'' || true
Parameters:
- While loop expression - Boolean expression - the if expression.
Subprocedures:
- LoopBody - Executed while the expression evaluates to true value.
krzys
2017-07-19