Creating and calling procedures

To create a procedure, point to New in the Explorer menu and choose Procedure. The Script Editor window will appear. Select the appropriate core for the procedure. You can begin writing the script for the procedure.

The call and call with name statements temporarily transfer control to a procedure, passing an optional set of parameters.


Documentation Feedback