CurrentPage Document Query Command

Gets the number of the current page.

currentpage [WINDOW name]

PAGE The page number. Default=current.

WINDOW/s The window name.

Results:

The number is returned to RESULT.

Examples:
ARexx:

currentpage

 

CurrentPage  Command Definition  url:PGScmd/currentpage
  created:2006-03-30 10:07:13   last updated:2006-08-18 11:22:56
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For CurrentPage
Dan Kilroy wrote...2006-05-03 18:59:09

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

Gets the {...} .

pagenum|LEFT|CENTER|RIGHT = CurrentPage ([DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For CurrentPage