GOSUB calls an internal subroutine.
Syntax
GOSUB label
Parameters
label
: the entry point of the subroutine. label
can be any numerical or string expression, and even a variable (but this may slow down the script). The subroutine must end with a RETURN
statement.
Remarks
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |