Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCCom Home | FCCom Function List URLDecode()

URLDecode()

Purpose:
FCCom::URLDecode() converts a string, replacing the percent encoded characters with normal ascii characters.
Usage:
avalret = FCCom::URLDecode(<aval>);
Arguments:

alpha <aval> - The value to decode.
Returns:
alpha <avalret> - The decoded alpha value.
Where Used:
FCCom::URLDecode() can be called from anywhere.
Example:
Example
Description:
FCCom::URLDecode() converts a string, replacing the percent encoded characters with normal ascii characters. Any character with percent encoding, upper or lower case, will be converted back to it's ascii equivalent.
Bugs/Features/Comments:
See Also: See Also
FCCom Function List


Back to Top