Saves the location of the currently displayed topic and Help file and associates a text marker with that location. The GotoMark macro can then be used to jump to this location.
Syntax
SaveMark("marker-text")
Parameter | Description |
marker-text | Text marker used to identify the topic location. The marker text must be enclosed in quotation marks, and it must be unique. |
Example
The following macro saves the Managing Memory marker in the current topic in the Troubleshooting Help file:
SaveMark("Managing Memory")
Comments
Text markers are not saved if the user exits and then restarts Windows Help.
If you use the same text for more than one marker, Windows Help uses the most recently entered marker.
See Also
DeleteMark, GotoMark, IfThen, IfThenElse, IsMark, Not