Inhalt

Index

WHILE ... DO ... ENDWHILE

WHILE ... DO ... ENDWHILE loop is executed as long as condition = true.

Syntax

WHILE condition DO

...

ENDWHILE

Parameters

condition:

Remarks

Commands between WHILE ... ENDWHILE are executed, as long as condition = true. condition is checked before the loop, so the commands between WHILE ... ENDWHILE are executed only, if condition = true at the beginning of the loop.

Usable since script version 1.1 (Allplan 2012-1).



Allplan

(C) ALLPLAN GmbH

Privacy policy