Try OpenEdge Now
Developing WebSpeed Applications
WebSpeed API Reference
:
url-decode
url-decode
This function decodes URL form input from either POSTs or GETs or encoded cookie values.
Location
web\method\cgiutils.i
Parameters
INPUT p_in AS CHARACTER
The encoded URL.
Returns
CHARACTER
Notes
None
Examples
See the
get-cookie
function in
web\method\cookies.i
.
See also
url-encode