$Page
$Page
The current page number.
Syntax
$page
Return Value
A number. Can be reset by an application program.
Description
During generation of a report, $Page tracks the current report page number. At the start of each report, $Page is initialized to 1. At the start of each new page in the same report, $Page is automatically incremented by 1.
See Also