EncodeHTML Function

Description:
Encode the text characters, where necessary, as HTML entity references.
Returns:
Text
Parameter:
Parameter
Data Type
Description
1
Text
The text.
Examples:
When using functions inside a field, remember the field brackets:
{EncodeHTML(VariableName)}
Expression
Result
EncodeHTML("<>")
"<>"
EncodeHTML( "<" )
"&lt;"
EncodeHTML( " ' " )
" ' "
EncodeURL(" +&=%")
"+%2B%26%3D%25"

Related content