InsertDash Text Command

INSERTDASH Text Commands

Inserts a dash at the insertion point.

insertdash [DOCUMENT name | WINDOW name]

dash/k The dash to insert.

Options: HYPHEN Normal hyphen.
NBHYPHEN Non-breaking normal hyphen.
SOFTHYPHEN Soft normal hyphen.
EN En dash.
NBEN Non-breaking en dash.
SOFTEN Soft en dash.
EM Em dash.
NBEM Non-breaking em dash.
SOFTEM Soft em dash.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insertdash soften

insertdash nbhyphen document 'project.doc'

 

InsertDash  Command Definition  url:PGScmd/insertdash
  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 InsertDash
Dan Kilroy wrote...2006-05-04 16:55:59

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

Gets the {...} .

InsertDash ([HYPHEN | NBHYPHEN | SOFTHYPHEN | FIGURE | NBFIGURE | SOFTFIGURE | EN | NBEN | SOFTEN | EM | NBEM | SOFTEM | QUOTATION | NBQUOTATION | SOFTQUOTATION] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertDash