Inhalt

Index

DO ... WHILE

DO ... WHILE loop is executed at least one time till condition ¹ true.

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).



Allplan

(C) ALLPLAN GmbH

Privacy policy