ESCAPE_SC v17
This function and procedure replaces characters that have special meaning in HTML with their escape sequences. The following characters are converted:
&
to&
""
to":
<
to<
>
to>
Syntax
The following is the syntax for HTP:
The following is the syntax for HTF:
Parameters
Parameter | Purpose |
---|---|
ctext | The string to convert |
- On this page
- Syntax
- Parameters