CTIUTL new opcode CGIOP_UNESCAPE (9) is a utility function to convert a string containing HTML escapes (mainly %xx where xx is a hex value) to the ASCII equivalent. This is sometimes useful for logging and other auxiliary functions.
Syntax:
xcall CGIUTL, CGIOP_UNESCAPE, in, out, status
where
in is the HTML-encoded string to unescape
out is a string variable to receive the output (dynamic string ok)
status returns a status code (0 for ok)