Configuring the Console Cls Cursor Color and PositioningClears the entire screen or text viewport. WidthSets or returns the number of rows and columns of the console display. View PrintSets the printable area of the console screen. Color Changes the foreground and background color of text to be written. CsrLinReturns the row position of the cursor. PosReturns the column position of the cursor. LocateSets the row and column position of the cursor and its visibility. Screen (Console)Gets the character or color attribute at a given location. | Writing Text to the Console Print Writes text to the console. Print UsingWrites formatted text to the console. WriteWrites a list of items to the console. SpcSkips a number of spaces when writing text. TabSkips to a certain column when writing text. |