BeginCommandCapture Text Command

Start buffering text commands. This is used to avoid a separate redraw for each text attribute application.

begincommandcapture [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:
ARexx:

begincommandcapture begincommandcapture document 'project.doc'

 

BeginCommandCapture  Command Definition  url:PGScmd/begincommandcapture
  created:2006-03-29 20:08:04   last updated:2006-08-18 11:09:19
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For BeginCommandCapture
Dan Kilroy wrote...2006-05-04 17:00:06

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

Gets the {...} .

BeginCommandCapture ([DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For BeginCommandCapture