GetDocuments Document Query Command

GETDOCUMENTS Document Queries

Gets the number of open documents and their names.

getdocuments

stem/a Gets the document names.

Results:

the number of open documents is returned to RESULT.

stem

0/s The name of the first document.

1/s The name of the second document.

etc.

Examples:

getdocuments docnames

 

GetDocuments  Command Definition  url:PGScmd/getdocuments
  created:2006-03-30 22:20:06   last updated:2007-11-25 11:17:41
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetDocuments
Dan Kilroy wrote...2006-05-04 15:07:17

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

Gets the {...} .

count = GetDocuments (&names/.0.1... [DOCUMENT document])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetDocuments