END determines the end of the current script, even if there are commands after it. The program either terminates or returns 1 level above.
Syntax
END [expression1, ..., expressionn]
Parameters
expression
(String or Decimal, depending on the variable in the calling script): passes return values to the calling script.
Remarks
You can have more than 1 END
statements in a file.
Never use an END
or EXIT
statement in Master-Script, because then the other parts will not be executed.
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |