InsertIndexMark Text Command

INSERTINDEXMARK text commands

Inserts an index mark at the text insertion point.

indexmark# = insertindexmark [DOCUMENT document | WINDOW document~window]

TOPIC/s The name of the topic.

TOPICID/i The topic id.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Results:
The index mark id of the new index mark is returned to RESULT.

Examples:

insertindexmark

 

InsertIndexMark  Command Definition  url:PGScmd/insertindexmark
  created:2006-03-30 14:58:59   last updated:2006-03-30 14:58:59
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For InsertIndexMark
Dan Kilroy wrote...2006-05-04 16:57:36

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

indexmark# = InsertIndexMark (<TOPIC topic | TOPICID topicid> [DOCUMENT document | WINDOW document~window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertIndexMark