This function returns the value of an HTML form input field or named argument. If an invalid name is passed, the function returns a blank value. or returns a blank otherwise.
Location
web\method\cgiutils.i
Parameters
INPUT p_name AS CHARACTER
The field name. If the Unknown value (?) is specified, the function returns a list of all field names.
Returns
CHARACTER
Notes
None
Examples
See the get-value function in web\method\cgiutils.i.