CopyText Text Command

Copies the selected text to the clipboard.

copytext [progress] [DOCUMENT name | WINDOW name]

progress/k Toggle to display a progress meter. Options: STATUS|NOSTATUS (default).

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

copytext copytext status document 'project.doc'

 

CopyText  Command Definition  url:PGScmd/copytext
  created:2006-03-30 10:07:13   last updated:2006-08-18 11:17:47
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For CopyText
Dan Kilroy wrote...2006-05-04 16:55:03

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

Gets the {...} .

CopyText ([STATUS | NOSTATUS] [DOCUMENT document | WINDOW document~window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CopyText