InsertChar Text Command

INSERTCHAR Text Commands

Inserts special characters at the insertion point.

insertchar [DOCUMENT name | WINDOW name]

symbol/k The character to insert.

Options: OPENDBLQUOTE Double open quote.
CLOSEDBLQUOTE Double close quote.
OPENSNGLQUOTE Single open quote.
CLOSESNGLQUOTE Single close quote.
OPENDBLGUILLEMOT Double open guillemot.
CLOSEDBLGUILLEMOT Double close guillemot.
OPENSNGLGUILLEMOT Single open guillemot.
CLOSESNGLGUILLEMOT Single close guillemot.
INCH Single prime.
FOOT Double prime.
TM Trademark.
SM Service mark.
R Registration mark.
C Copyright.
P Sound recording copyright.

UNICODE/i The unicode number of the character to insert.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insertchar opendblquote document 'project.doc'

insertchar unicode 8223

 

InsertChar  Command Definition  url:PGScmd/insertchar
  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 InsertChar
Dan Kilroy wrote...2006-05-04 16:55:45

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

Gets the {...} .

InsertChar ({[OPENDBLQUOTE | CLOSEDBLQUOTE | OPENSNGLQUOTE | CLOSESNGLQUOTE | OPENDBLGUILLEMOT | CLOSEDBLGUILLEMOT | OPENSNGLGUILLEMOT | CLOSESNGLGUILLEMOT | INCH | FOOT | TM | R | C | P | SM | UNICODE unicode]} [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertChar