Navigation:  thinBasic Modules > Console >

Console_SetScreenBufferSize

Previous pageReturn to chapter overviewNext page

 

Description

 

Changes the size of the console screen buffer.

 

Syntax

 

Console_SetScreenBufferSize(xSize, ySise)

 

Returns

 

Return %FALSE if the function fails.

 

Parameters

 

Name

Type

Optional

Meaning

xSize

Number

No

Width of the console window

ySize

Number

No

Height of the console window

 

Remarks

 

Restrictions

 

See also

 

Examples

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com