COLOR Statement

Previous  Next

 

COLOR background [, foreground]

 


 

Sets the colors of the Console Window.

 

Example:

 

' White Background with Red Text

COLOR RGB( 255, 255, 255 ), RGB( 255, 0, 0 )