Define Subroutine Input Values

Defines the input arguments for a subroutine. This is equivalent to defining subroutine or function input arguments in a traditional programming language.

 

Input Arguments

 

0->n

USER

USER

User-defined Arguments.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

This must be the first command of any subroutine that is created.

Any number of input arguments may be added, edited, or removed using the buttons below the comment area of the MP editor. Notice that when adding arguments, you specify the data type and description for each of the arguments. Leaving the list of arguments empty indicates that the subroutine takes no arguments.