Command:
ole.Color(color,text);
Syntax:
ole.Color(
int
color,
string
text);
Return:
string
Set the color of a text. The
color
argument can take a value between 0 and 15.
Example:
ole.Msg("Joe",ole.Color(4,"Hello Joe"));
See also:
Decoration
,
BgColor