Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
WIDTH Statement
◄Summary► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back►
──────────────────────────────────────────────────────────────────────────────
Assigns an output-line width to a device (such as a printer) or file, or
changes the number of text lines and columns displayed on the screen. Use
the Width property with objects. See: ◄Width Property►
WIDTH {#filenumber% | device$}, width%
WIDTH LPRINT width%
WIDTH {screenwidth% | ,screenheight% | screenwidth%, screenheight%}
■ #filenumber% Number specifying an open file or device
■ device$ One of the following device names: SCRN:, COM1:,
COM2:, LPT1:, LPT2:, or LPT3:
■ width% For WIDTH, the width of the output line for the file
or device; for WIDTH LPRINT, an integer value between
1 and 255, inclusive; default value is 80
■ screenwidth% Desired width in columns; screen display width must
be 40 or 80 columns; not available when forms are
showing
■ screenheight% Desired screen-display height; value can be 25, 30,
43, 50, or 60, depending on the available display
adapter and screen mode; not available when forms are
showing
See Also
◄Device I/O Commands► ◄LPRINT Statement►
◄PRINT Statement► ◄SCREEN Statement►
◄VIEW PRINT Statement► ◄Width Property►