Category

Console

Runtime output and console controls.

Category guide

Overview

Use this overview to understand the category before opening a specific function.
  • See what this group of functions is meant to solve.
  • Compare function names and descriptions in one table.
  • Open a function for syntax, arguments, returns, and examples.

Console

Available functions

11 functions
FunctionDescription
rconsoleclearClears the current Windows console screen buffer when a console window exists.
rconsolecreateAllocates a Windows console for the process when no console window exists.
rconsoledestroyClears the current Windows console screen buffer, hides the console window, and detaches the process from the console from the console.
rconsoleerrWrites zero or more values to the current Windows console with stdout after setting the console text attribute to error text color.
rconsolehideHides the current Windows console window .
rconsoleinfoWrites zero or more values to the current Windows console with stdout after setting the console text attribute to info text color.
rconsoleinputWaits for one line of input from the current Windows console and returns it without the ending newline.
rconsolenameSets the current Windows console window title .
rconsoleprintWrites zero or more values to the current Windows console with stdout without changing the console text attribute.
rconsoleshowShows the current Windows console window .
rconsolewarnWrites zero or more values to the current Windows console using the warning text color, then restores the normal console text color.