Change The Text Color in Basic4GL
How to Change the Text Color in Basic4GL
Change the Color with Color()
Color() accepts an RGB value. It will change the color of any text following its use.
Color(255,0,0)
Draw the Text
Printr "Red Text"
Complete Code
Color(255,0,0)
Printr "Red Text"
This page has been recommended for cleanup, integration, etc.
page revision: 12, last edited: 20 Aug 2012 11:20