Semicolons Cannot Separate Macros in .HPJ File (83020)
The information in this article applies to:
- Microsoft Windows Software Development Kit (SDK) 3.1
This article was previously published under Q83020 SUMMARY
The author of a Help system can combine individual macro commands into
a macro string, which the Microsoft Help Compiler processes as a unit.
When the macro string is part of an RTF text file, the individual
macros in the string are separated from each other with a semicolon
character (;). The Help system runs the individual macros of a macro
string sequentially.
The author can define a macro string that is run when the user loads a
Help file. This macro string is placed into the [CONFIG] section of
the Help project (.HPJ) file. However, in the .HPJ file, the
individual macros of the string are separated from each other with a
colon character (:) because the semicolon character indicates the
beginning of a comment.
Modification Type: | Major | Last Reviewed: | 12/11/2001 |
---|
Keywords: | KB83020 |
---|
|