Footer
Syntax
Footer
text line 1
...
.End of Footer
Parameters
- text line...: Lines of text to be included in the footer. Can include variables like
<PAGENO>. Control codes like.ce(center) can be used.
Description
Defines a block of text that will be printed at the bottom of each page of a listing.
Remarks
Works identically to the Header command but places the text at the bottom. The block starts with Footer and must end with .End of Footer.
Examples
To create a simple footer with page numbers:
Footer
.ce Page <PAGENO>
.End of Footer