Welcome to Pauls PureProject
 Home Online Reference Guide duplicated from http://cvs.purebasic.com  
 Online Resources
   · Reference

 Libraries
     2DDrawing
     Billboard
     Camera
     CDAudio
     Cipher
     Clipboard
     Console
     Database
     Date
     Desktop
     Engine3D
     Entity
     File
     FileSystem
     Font
     Gadget
     Help
     Image
     ImagePlugin
     Joystick
     Keyboard
     Library
     Light
     LinkedList
     Material
     Math
     Memory
     Menu
     Mesh
     Misc
     Module
     Mouse
     Movie
     Network
     OnError
     Packer
     Palette
     Particle
     Preference
     Printer
     Requester
     Sort
     Sound
     SoundPlugin
     Sprite
     Sprite3D
     StatusBar
     String
     SysTray
     Terrain
     Texture
     Thread
     Toolbar
     Window

 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



Hosted by Reel Media Productions Copyright©2001-2004 All Rights Reserved