info("pagecount")

The info(“pagecount”) function calculates the total number of pages that will be printed.


Description

This function calculates the total number of pages that will be printed. This function is designed to be used in a Text Display object in a report form. This example will print page numbers in the format Page 1 of 7, Page 2 of 7, etc.

"Page "+info("pagenumber")+" of "+info("pagecount")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.