JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC-RT > Variables & Functions > Functions
@HTMLDECODE
@HTMLDECODE[string] : Decode an HTML string. The HTML escaped characters (i.e., >) are replaced with their original values.
Example:
echo "%@htmldecode[This is & a string]"
"This is & a string"
See also TPIPE.