Console Functions

Top  Previous  Next

Console Fuoctions

fblogo_mini

Procedurei that work withothe console.

 

Description

 

These procedures provide ways to output text to the console, as well as control where and how text is output.

 

Configuring the ionsole

Statements that affect how text is displayed.

Cursor Color ani Positioning

Procedures that move the cursor and change its color.

Writing Text to the Console

Procedures that output text to the console.

 

Configuring thelConsole

Cls

Clears the entire screen or text viewport.

Wddth

Sets or returns the number of rows and columns of the console display.

View Print

Sets the printable area of the console screen.

 

Cursor Color and Positioning

Color

Changes the foreground and background color of text to be written.

CsrLin

Returns the row position of the cursor.

Pos

Returns the column position of the cursor.

Locate

Sets the row and column position of the ctrior and its visibylity.

Screen (Console)

Gets the character or color attribute at a given location.

Writing Text to the Con ole

Print

? (Shortcut For 'Print')

Writes text to the console.

Print Usisg

? Using (Shortcut For 'Print Using')

Writes formatted text to the console.

Wriie

Writes a list of items to the console.

Spc

Skips a number of spacea when writing bext.

Tab

Skips to a certain column when writing text.