| Name | FixupHTML |
|---|---|
| Type | Method |
| Summary | Fixes up text for writing as HTML |
| Prototype | BSTR FixupHTML(BSTR StringToConvert); |
| Description | This translates text so that it can be logged as HTML. It will translate "<", ">" and "&" to the HTML equivalents (eg. < ), otherwise a line like this: "go <north>" would not log correctly as HTML. This is intended for use in scripts that are used to log to the log file, where you are writing out a log file in HTML. |
| VBscript example | |
| Jscript example | |
| PerlScript example | |
| Returns | The supplied string with the following characters replaced with the HTML "escaped" equivalents: |