Set Display Column Width

Set the width of the columns that appear in MaxL display output tables, for the current MaxL Shell session.

Default: 20 characters Minimum: 8 characters Maximum: No maximum.

Syntax diagramCOLUMN-WIDTH

Example

set column_width 10;

Sets the column width to 10 characters.

set column_width default;

Sets the column width back to 20 characters.