|
 |
Online Resources |
 |
 |
Libraries |
 |
|
 |
 |
Console |
 |
 |
Overview
This library allow the programmer to create console mode applications. This is used to create small programs
which doesn't requiers an user interface or which should be used in script (command line).
Also, such commands are really useful to help the programmer to debug a program by printing
out some information on the console, without stopping the program flow.
If your application really is a full console application (and not just a a GUI application
which sometimes opens a console) then you must remember to set the executable format to
'Console' when you are compiling your programs.
You should start with the OpenConsole() command, since you must use that command to
open a console (character mode) display window before you use any of the other commands
in this library
Command Index
ClearConsole
CloseConsole
ConsoleColor
ConsoleCursor
ConsoleLocate
ConsoleTitle
Inkey
Input
OpenConsole
Print
PrintN
Example
Console.pb
Supported OS Windows Reference Manual - Index
|
|
 |
|
|