HP 3000 Manuals

PAGEWIDTH Directive [ HP FORTRAN 77/iX Reference ] MPE/iX 5.0 Documentation


HP FORTRAN 77/iX Reference

PAGEWIDTH Directive 

The PAGEWIDTH directive allows you to specify the length of output lines
in the listing file.

Syntax 

$PAGEWIDTH n 

n             is an integer constant from 79 to 150.

Default               80.

                      Values outside of this range will cause a warning
                      and the value will be ignored.  Output lines longer
                      than n are broken into multiple lines as necessary
                      so that no line has more than n columns of data on
                      the listing file.  The value of n does not include
                      any appended newline characters used to break the
                      line.

Location              May occur anywhere within a program.

Toggling/ Duration    Applies until another PAGEWIDTH directive is
                      encountered.



MPE/iX 5.0 Documentation