Public Function PrefixHTMLMetaCharacters( _ ByVal vString As Variant _ ) As Variant
PrefixHTMLMetaCharacters("A & B") = "A & B"See also:
VBProjectToHTMLFiles Function PrefixSendKeysMetaCharacters FunctionSummary: Any characters such ampersands (&), less than signs (<), and greater than signs (>) are replaced by the appropriate HTML phrase so that they can be placed within HTML documents without their being interpreted as having some special meaning. For example, HTML browsers interpret less-than signs (<) as the beginning of some HTML code phrase. This function assures that the most important such characters with special meanings will be interpreted literally using the rules for HTML.
& becomes & < becomes < > becomes >Note: There may be other ANSI Windows characters for which there is an ampersand-semicolon sequence, but this function only makes the translations mentioned in the above list.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.