REPEAT ... UNTIL loop is executed at least one time till condition = true.
Syntax
REPEAT
...
UNTIL condition
Parameters
condition
:
Remarks
Commands between REPEAT ... UNTIL are executed, as long as condition
= true
. condition
is checked after the loop, so the commands between REPEAT ... UNTIL are executed at least one time, even if condition
¹ true
at the beginning of the loop.
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |