Returns the value of a parameter, or null if the parameter does not exist.
string PARAMETER(integer)
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
The PARAMETER function returns <null> if the parameter does not exist.