<< InsertChar | InsertDash >> |
Top: Documentation Library | Up: I Commands |
InsertControl Text Command
INSERTCONTROLText Commands
Inserts a control character at the insertion point.
insertcontrol
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 | sign in to add a comment |
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])
ARexx: Applescript: | |
User Contributed Comments For InsertControl | sign in to add a comment |
<< InsertChar | InsertDash >> |
Top: Documentation Library | Up: I Commands |