Text Commands

The following commands can be used with a Text Window:

TXT.CELL

Sets or retrieves the cursor position.

TXT.CLS

Clears the Text Window and moves to caret to the upper left corner.

TXT.COLOR

Sets the foreground color

TXT.END

The Text Window currently attached to your program is destroyed and detached from the process.

TXT.INKEY$

Reads a keyboard character if one is ready.

TXT.INSTAT

Determines whether a keyboard character is ready.

TXT.LINE.INPUT

Reads an entire line from the keyboard.

TXT.PRINT

Write text data to the TEXT WINDOW at the current caret location.

TXT.WAITKEY$

Reads a keyboard character, waiting until one is ready.

TXT.WINDOW

A new Text Window is created and attached to your program.