CurrentChapter Document Query Command

Gets the name of the current chapter.

currentchapter [DOCUMENT name | WINDOW name]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name.

Results:

The name is returned to RESULT.

Examples:
ARexx:

currentchapter

 

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

User Contributed Comments For CurrentChapter
Dan Kilroy wrote...2006-05-04 16:32:16

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

Gets the {...} .

chapname = CurrentChapter ([DOCUMENT document | CHAPTER document:... | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CurrentChapter