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