Home Search

DriveWorks Pro 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;

This function is useful when using the Send HTTP Request task.