<< Click here to display Table of Contents >> Navigation: TCC-RT > Variables & Functions > Functions:
@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.