Description
Defines a page footer to be printed at the bottom of the page in conjunction with the Print statement. The footer text is printed after the maximum page height lines have been printed, and on Printer Off statement.
Note: This statement is supported for backward compatibility only; newer programs should use the Print_ functions.
Syntax
Footing ["string" ['options']...]
Parameters
The Footing statement has the following parameters.
Parameter | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
String | The string must yield a legal string. The string is enclosed in double quotation marks. | ||||||||||||||||||||
Options | Options may be specified as part of the footing text. These options will appear in the footing text at the exact location of the option code. Each option must be enclosed in single quotes. However, you may "stack" multiple, consecutive options in one pair of single quotes. Options are included within the double quotes enclosing string. Each option must be enclosed within single quotes. Valid options for Footing are:
|
See also
@LPTRHIGH (Environment page height setting) in Chapter 2: BASIC+ Language Reference, Appendix A: OpenList Keyword Reference, also, Heading, Print.