GetWindows File Query Command

GETWINDOWS System Queries

Gets the names of the open view windows for a document.

getwindows [DOCUMENT name]

stem/a Gets the view names.

DOCUMENT/s The document name. Default=current.

Results:

The number of open windows is returned to RESULT.

stem

0/i The name of the first view.

1/i The name of the second view.

etc.

Examples:

getwindows winnames

 

GetWindows  Command Definition  url:PGScmd/getwindows
  created:2006-03-30 22:20:08   last updated:2006-03-30 22:20:08
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetWindows
Dan Kilroy wrote...2006-05-04 17:13:24

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

Gets the {...} .

count = GetWindows (&names/.0.1... [DOCUMENT document | WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetWindows