Inhalt

Index

REPEAT

REPEAT starts a REPEAT ... UNTIL loop.

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



Allplan 2017

(C) Allplan GmbH

Privacy policy