Navigation:  thinBasic Modules >

Console

Previous pageReturn to chapter overviewNext page

 

Description

 

Console module manages input and output (I/O) for character mode applications.

It also provides support for window title, cursor appearance, characters attribute and more.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "CONSOLE"

 

This directive will load the module and add the following new keywords and relevant module equates.

 

Note

 

Console module is distributed into 2 different versions depending by the operating system thinBasic is installed.

On OS prior Win2K a specific Console module is installed. This is due to missing API functions.

 

 

 

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