access.heading

Modifier/Access: Verbs, Releases: AP and R83

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

Command Name Type Description
tcl.listc Verb: Access Lists item-ids in four-column format.
access.footing Modifier Defines report footing.
access.header Modifier see 'heading'.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.