'SIZE' |
Control Visual Size of Window |
GUI Display
'SIZE'(width,height)
Where:
width,height |
Window's width in columns and height in lines. Numeric expression. |
Use 'SIZE' to control the visual size of a window.
'MAXSIZE' & 'MINSIZE' Window Resize User Limit
To resize a dynamic window to the columns and lines specified:
print 'size'(40,10)