Mnemonics
'SIZE' Control Visual Size of Window
GUI Display
 
Format ‘SIZE'(width,height)
 
Where:
 
width,height Window's width in columns and height in lines. Numeric expression.
 
Description Use 'SIZE' to control the visual size of a window.


*Note* There is no effect on the 'SIZE' mnemonic when you use 'MAXSIZE' &


'MINSIZE' to control the window size that the user can set.
 
Example To resize a dynamic window to the columns and lines specified:
 
PRINT 'SIZE'(40,10)