PARAMETER Function

Experimental: This functionality is currently experimental and is not yet fully supported. Refer to Experimental Functions.

Returns the value of a parameter, or null if the parameter does not exist.


Syntax

string PARAMETER(integer)

Required Arguments

string

contains the value returned by the function for the specified parameter

integer

is the number of the parameter whose value is to be returned

Details

The PARAMETER function returns <null> if the parameter does not exist.