Synopsis
Returns the value of a WhereScape RED metadata Parameter.
Description
Returns the value of the specified parameter from the DSS_PARAMETER metadata table.
Typically, this routine is used by procedures to read information that is written by another process (automatically or manually via the RED Tools > Parameters menu item), which is external to the procedure.
Input

Input

Description

Parameter Name

The name of the WhereScape RED metadata parameter to be retrieved. The case-sensitive name must exactly match an existing parameter, otherwise a NULL value is returned.

Output

Output

Description

Parameter Value

The value of the parameter. Corresponds to the Value property that is visible and maintainable via Tools > Parameters.

  • No labels