Name

%column_wrap — wrap a table after a specified number of columns

Synopsis

%column_wrap [ column_count ]

Description

This statement must be placed within %Page statements. If a column_count >0 is defined, status tables will contain at must the specified number of columns. Rows that are going to use more than this count of columns are wrapped into multiple rows.

%Page ....
%column_wrap 17
%table TABLE_WITH_67_COLUMNS
# reset to normal for the remainder of the page:
%column_wrap 0
%table NEXT_TABLE