Home Search

DriveWorks Solo 21
HTMLEncode

Send Feedback

HTMLEncode

Encodes a given HTML string.

Syntax

HTMLEncode([Input Value])

Where:

Input Value is the value to encode

Examples

RuleMeaning
HTMLEncode(DWVariableHTMLstring)Will encode the given input value.

Character Encoding

Special ASCII characters are encoded with their respective HTML codes, for example:

ASCII CharacterHTML Encoding
<&lt;
>&gt;
&&amp;
"&quot;