access.heading
Defines report heading.
Syntax
heading '{{text} {'options'}...}'
Description
designates a text string composed of literals and special options to output at the top of each page.
The 'header' Access Modifier is a synonym for 'heading' Access Modifier.
Options
* see 'options: heading'.
Example
list customers heading ''lc'doolittle
enterprises'lc'customer report'l''
This heading first issues a linefeed, then centers 'doolittle
enterprises' on the output device. Then it issues another linefeed and
centers 'customer report' on the next line. The last 'l'
forces a blank line between the heading text and the output on the report.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
