This function returns an encoded name\value pair suitable for use as an argument in a URL.
Location
web\method\cgiutils.i
Parameters
INPUT p_name AS CHARACTER
Name of field to set in the name attribute.
INPUT p_value AS CHARACTER
Value to set in the value attribute.
INPUT p_delim AS CHARACTER
Delimiter to return as a prefix. If the Unknown value (?) is specified, the default is & which is appropriate if the resulting URL is output to the browser.