Removes a text marker added with the SaveMark macro.
Syntax
DeleteMark("marker-text")
Parameter | Description |
marker-text | Text marker previously added by the SaveMark macro. The marker text must be enclosed in quotation marks. |
Example
The following macro removes the Managing Memory marker from a Help file:
DeleteMark("Managing Memory")
Comments
If the marker does not exist when the DeleteMark macro is executed, Windows Help displays a “Topic not found” error message.
See Also
GotoMark, IfThen, IfThenElse, IsMark, Not, SaveMark