CutObject Object Command

Cuts the selected object(s) to the clipboard.

cutobject [progress] [DOCUMENT name | WINDOW name | OBJECTID number]

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.

OBJECTID/i The number of the object to cut.

Examples:
ARexx:

cutobject
cutobject status document 'project.doc'

 

CutObject  Command Definition  url:PGScmd/cutobject
  created:2006-03-30 10:07:13   last updated:2006-08-18 11:24:14
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For CutObject
Dan Kilroy wrote...2006-05-03 19:24:52

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

Move the {...} .

CutObject ([STATUS | NOSTATUS] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CutObject