Formulas for extracting page numbers in print presentations

Use the formulas below for extracting the number of pages in a print presentation.

The formulas

TO EXTRACT USE
The page number in a print presentation PageNumber()
The total number of pages in a print presentation PageCount

Examples

To print USE Example
The page number in a print presentation $PageNumber(); n0$ 5
The number of the current page and its place in the sequence of pages. Page $PageNumber(); n0$ of $PageCount(); n0$ Page 1 of 4.
  1. Know your list separator: When typing a formula, make sure you separate its elements with your computer's list separator symbol. Yours may be different from the one used in this guide. Examples (in red):
    With Semicolon With Comma
    $Layout1.Length(Cutting; m; yes); n2$ $Layout1.Length(Cutting, m, yes), n2$

See the general rules for how to write formulas and format formula results.