EncodeURL Function

Description:
Encode the text characters, where necessary, as URL entity references.
Returns:
Text
Parameter:
Parameter
Data Type
Description
1
Text
The text.
Examples:
When using functions inside a field, remember the field brackets:
{EncodeURL(VariableName)}
Expression
Result
EncodeURL("<>")
"<>"
EncodeURL( "<" )
"&lt;"
EncodeURL( " ' " )
" ' "

Related content