InsertName Text Command

INSERTNAME Text Commands

Inserts a name variable at the insertion point.

insertname [DOCUMENT name | WINDOW name]
...INDEXTOPIC indextopicnumber]

name/k The name variable to insert.

Options: DOCUMENTNAME Document name.
CHAPTER Chapter name.
MASTERPAGE Master page name.
PAGE Page name.

MARK/i The text mark name.

INDEXMARK/i The index mark string.

VARIABLE/s The user variable name.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insertname document

insertname chapter document 'project.doc'

 

InsertName  Command Definition  url:PGScmd/insertname
  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 InsertName
Dan Kilroy wrote...2006-05-04 16:56:11

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

Gets the {...} .

InsertName ([DOCUMENTNAME | DOCUMENTFILE | CHAPTER | MASTERPAGE | PAGE | VARIABLE varname | MARK marknumber | FIGURE figurenumber | INDEXMARK indexmarknumber | PGS40:INDEXTOPIC indextopicnumber] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:
Figures: DeleteFigureMark, DeleteFigureType, EditFigureType, GenerateTOF, GetFigureMark, InsertFigureMark, InsertName, InsertNumber, NewFigureType, SetTOF
Variables: DeleteVariable, GetVariables, GetVariableValue, InsertName, NewVariable, SetVariableName, SetVariableValue


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertName