Establish a loop and test a condition to execute a subordinate statement block either until or while a single or compound
condition is satisfied.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Syntax:
% UNTIL|WHILE condition
statementblock
[% END]
Parameters:
condition
|
Valid values are a
- Constant numeric term.
- Relational operator =, NOT =, <, >, NOT <, NOT >, <=, >=.
- Variable that has a numeric true/false value
AND or OR may connect multiple logical terms. Do not use parentheses.
|
Comments: