Jumps to a marker set with the SaveMark macro.
Syntax
GotoMark("marker-text")
Parameter | Description |
marker-text | Text marker previously defined by the SaveMark macro. The marker text must be enclosed in quotation marks. |
Example
The following macro jumps to the Managing Memory marker:
GotoMark("Managing Memory")
Comments
If the GotoMark macro specifies a marker that has not been previously defined by the SaveMark macro, Windows Help displays a “Topic not found” error message.
See Also
DeleteMark, IfThen, IfThenElse, IsMark, Not, SaveMark