Inhalt

Index

ENDWHILE

END ends a WHILE ... DO ... ENDWHILE loop.

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