WIDTHW.

A statement controlling output overall field width.

WIDTH 20

If the specified width is zero (the initial value) the interpreter will not attempt to control the overall field width.

WIDTH n will cause the interpreter to force a new line after n MOD 256 characters have been printed.

Syntax

WIDTH <numeric>

Associated Keywords