COLOR |
Top Previous Next |
Syntax COLOR fg as INT, bg as INT Description Changes the text color of a console window. Parameters fg - The text color. An integer value from 0 to 15 bg - The fill color for the text. An integer value from 0 to 15 Return value None Remarks The text console must have been opened with OPENCONSOLE before this command is used. Color table:
Example usage OPENCONSOLE
|