Add Parameter Dialog Box
The Add Parameter dialog box enables you to add parameters (define variable) to the library. This is equivalent to the declarations section.
The following table describes the properties of the Add Parameter dialog box:
- Parameter Name
- Type the unique name of the parameter. Note: You cannot use spaces or special characters.
- Parameter Type
- Select the parameter type. Valid values are:
- Integer
- Real
- String
- Date
- String Length
- Specify the length of the string.
Only available if you select String for Parameter Type.
- Passing Mechanism
- Specify the passing mechanism for this parameter.
Valid values are:
- IN
- IN/OUT
- OK
- Saves the function and closes the dialog box.
- Cancel
- Cancels the function without saving changes.