JP Software Tutorials
Download JP Software Products
Sources for further information
Navigation: TCC > Variables & Functions > Functions
@HTMLENCODE
@HTMLENCODE[string] : Encode a string for HTML, replacing characters like > < & with the HTML escaped characters (i.e., > for >).
Example:
echo "%@htmlencode[This is & a string]"
"This is & a string"
See also TPIPE.