Was this helpful?
NamedParameterList
Specifies values that are passed as parameters with parameter names. The values are specified as a series of assignments separated by commas, each linking a parameter with an expression.
This element has the following syntax:
parameter = expression | byref(variable)
          {, parameter = expression | byref(variable)}
parameter
Specifies the name of a parameter in the called procedure, frame, or method to which you are passing a value from the calling frame, procedure, or method. It is a dynamic name.
expression
Specifies any legal 4GL expression that evaluates to the appropriate data type
byref(variable)
Passes the value of variable to the called procedure, frame, or method by reference
Last modified date: 12/20/2023