InsertMark Text Command

INSERTMARK Text Commands

Inserts a text mark at the insertion point.

insertmark [DOCUMENT name | WINDOW name]

NAME/s The name of the text mark.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Results:

the mark number is returned to RESULT.

Examples:

insertmark name "This is a test."

 

InsertMark  Command Definition  url:PGScmd/insertmark
  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 InsertMark
Dan Kilroy wrote...2006-05-04 16:57:13

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

Gets the {...} .

mark# = InsertMark ([NAME name] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertMark