Please enable JavaScript to view this site.

A-Shell Reference

Navigation: Subroutines > CGIUTL

Convert HTML Escapes

Scroll Prev Top Next More

xcall CGIUTL, CGIOP_UNESCAPE, in, out, status

Opcode 9, CGIOP_UNESCAPE, is a utility function used 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.

Parameters

in (String)  [in]  

HTML-encoded string to unescape

out  (String)  [out]

receives the output , dynamic string ok

status (Num)  [out]

returns a status code (0 for ok)