Terminate

The Terminate statement stops all subsequent procedures in the current and downstream node from executing.

Terminate can be used when the users have created a sequence of statements which they have yet to fill in all the input boxes, and want to test run the statements that are already filled in. Adding the Terminate statement after the last filled line before executing the procedures can prevent the errors arising from the empty argument boxes after that line.

The Terminate statement is a helpful tool for debugging, as the users will not need to manually disable all the code and/or nodes that they do not want to execute.

Procedures Without Terminate
Figure: Procedures Without Terminate
Procedures With Terminate
Figure: Procedures With Terminate
Only the first iteration is executed when Terminate is used in a loop
Figure: Only the first iteration is executed when Terminate is used in a loop

results matching ""

    No results matching ""