Insert Text Command

INSERT Text Commands

Inserts text at the insertion point.

insert [DOCUMENT name | WINDOW name]

text/s The text string to insert.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insert 'Now is the time' document 'project.doc'

insert "I can't get no satisfaction."

insert 'She said "Use quotations in strings."'

 

Insert  Command Definition  url:PGScmd/insert
  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 Insert
Dan Kilroy wrote...2006-05-04 16:55:38

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

Inserts text at the insertion point.

Insert (text [CHARACTERSET csetname] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:
Prior to 5.0.2.11, text is limited to 512 characters in length.
Characterset parameter was introduced in 5.0.4.1.


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For Insert