Console_SetScreenBufferSize

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console >

Console_SetScreenBufferSize

 

Description

 

Changes the size of the console screen buffer.

 

Syntax

 

Console_SetScreenBufferSize(xSize, ySize)

 

Returns

 

Return %FALSE if the function fails.

 

Parameters

 

Name

Type

Optional

Meaning

xSize

Number

No

Width of the console window in characters

ySize

Number

No

Height of the console window in character rows

 

Remarks

 

Restrictions

 

The xSize cannot be smaller than 80 columns.

 

The ySize cannot be smaller the 24 rows.

 

See also

 

Examples