MaximumDisplayWidth
MaximumDisplayWidth
Syntax
MAXIMUMDISPLAYWIDTH integer_value
Description
Sets the display width for column to the specified value.
Examples
ij> maximumdisplaywidth 3; ij> VALUES 'NOW IS THE TIME!'; 1 --- NOW ij> maximumdisplaywidth 30; ij> VALUES 'NOW IS THE TIME!'; 1 ---------------- NOW IS THE TIME!
Previous Page
Next Page
Table of Contents
Index