GetChapterDesc Document Query Command

GETCHAPTERDESC Document Queries

Gets the description of a chapter.

getchapterdesc [DOCUMENT name | CHAPTER name]

DOCUMENT/s The document name. Default=current.

CHAPTER/s The chapter name. Default=current.

Results:

The description is returned to RESULT.

Examples:

getchapterdesc document 'Project.doc'

 

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

User Contributed Comments For GetChapterDesc
Dan Kilroy wrote...2006-05-04 16:33:05

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

Gets the {...} .

chapdesc = GetChapterDesc ([DOCUMENT document | CHAPTER document:... | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetChapterDesc