Previous Topic: INVOICE Command-Produce a Tabular Invoice ReportNext Topic: MPLOT Command-Produce a Vertical Plot


LINECOUNT Command-Set Lines Per Page

The LINECOUNT command sets the number of printed lines allowed per report page.

The LINECOUNT command is a global command. Entering it once sets the line count for all reports. To avoid printing across page creases, make LINECOUNT one of the first commands in your list of commands.

This command has the following syntax:

LINECOUNT n
n

Defines the maximum number of printed lines per page. The minimum value is 20, and the maximum value depends on the size of the paper, but cannot exceed n = 999.

Default: 60

Example: LINECOUNT Command

Set the line count at 72 lines per page, use the following command:

LINECOUNT 72