columns set

columns set


columns Index Level OP commands
Syntax .columns {set} heading1,width1,space1
;heading2,width2,space2 {;...}
;heading7,width7,space7
Category Output Processor
Type Command
Description specifies the column heading, column width, and column spacing.

The columns are turned off by using the Output processor ".xcolumns" command.

Headings can contain Output processor commands and are output at the start of the columns and at the top of each subsequent page until columns are turned off.

A maximum of 7 columns can be specified.

The ".coln" command uses the column headings and spacing specified with the last ".columns set" or  ".variable columns" command to determine the position of the specified column number. If the column number is less than the previous column number, the columns are printed and a new paragraph begins. A maximum of seven columns are available.
Options
See Also variable columns OP commands columns Output Processor
Example .columns set heading1,10,5;heading2,10,1
.col1  one  .col2 two
Warnings
Compatibility D3 7.0 AP
columns Index Level OP commands