CONSOLE SCREEN statement

Purpose

Change the size of the console window.

Syntax

CONSOLE SCREEN ncRows&, ncColumns&

Remarks

The size of the console window is changed to ncRows& rows and ncColumns& columns.  When the console is resized, all text pages are resized to the new value.

The CONSOLE SCREEN statement is obsolete and will be removed in a future version of PowerBASIC.  Use CONSOLE SET SCREEN instead.

See also

CONSOLE SET SCREEN