User Guide

HTMLCodeFormat 649
HTMLCodeFormat
Description
Replaces special characters in a string with their HTML-escaped equivalents and inserts <pre>
and </pre> tags at the beginning and end of the string.
Returns
HTML-escaped string string, enclosed in <pre> and </pre> tags. Return characters are removed;
line feed characters are preserved. Characters with special meanings in HTML are converted to
HTML character entities such as &gt;.
Category
Display and formatting functions
Function syntax
HTMLCodeFormat(string [, version ])
See also
HTMLEditFormat
Parameters
Usage
This function converts the following characters to HTML character entities:
This function typically increases the length of a string. This can cause unpredictable results when
performing certain string functions (
Left, Right, and Mid, for example) against the expanded
string.
The only difference between this function and
HTMLEditFormat is that HTMLEditFormat does
not surround the text in an HTML
pre tag.
Parameter Description
string A string or a variable that contains one.
version HTML version to use; currently ignored.
-1: The latest implementation of HTML
2.0: HTML 2.0 (Default)
3.2: HTML 3.2
Text character Encoding
<&lt;
>&gt;
&&amp;
“&quot;