InsertControl Text Command

INSERTCONTROLText Commands

Inserts a control character at the insertion point.

insertcontrol [DOCUMENT name | WINDOW name]

control/k The control to insert.

Options: TAB Tab.
RIGHTINDENTTAB Right indent tab.
NEWLINE New line.
NEWPARAGRAPH New paragraph.
INDENTHERE Paragraph indent.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insertcontrol tab

insertcontrol newline document 'project.doc'

 

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

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

Gets the {...} .

InsertControl ([TAB | RIGHTINDENTTAB | INDENTHERE | NEWLINE | NEWPARAGRAPH] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertControl