Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Page statement ====== ==== Description ==== Force printer to advance one page. This statement is supported for backward compatibility only; newer programs should use the Print_ functions. ==== Syntax ==== **Page** ==== Remarks ==== Page causes the printer to print any specified Footing and Heading statements when moving to the new Page. Page will use the current output device set by the Printer statement. The global variable @PAGE keeps track of the current page. ==== See Also ==== [[footing_statement|Footing]], [[heading|Heading]], [[printer|Printer]] ==== Example ==== <code> For I = 1 To 100 If Not(Mod(I,5)) Then Page Print I, Mod(I,5) Next /* The current output device moves to the top of the next page at every fifth line. */ </code> guides/programming/programmers_reference_manual/page.txt Last modified: 2024/06/19 20:20by 127.0.0.1