Liberty BASIC Help Online |
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
Copyright (C) 2003 Shoptalk Systems
Liberty BASIC - http://www.libertybasic.com/