MAINWIN

MAINWIN columns rows

Description:

This sets the width or width and height of a program's main window. This is specified in colums and rows of text according the font of the mainwindow. This statement is usually placed at the beginning of the program code.

Usage:

  'set a width of 40 columns
  mainwin 40

or...

  'set the width to 40 columns and height to 12 lines
  mainwin 40 12

See also: NOMAINWIN