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.
|