Command: ole.BgColor(bgcolor,color,text);
Syntax: ole.BgColor(int bgcolor,int color,string text);
Return: string

Set the color and the background color of a text. The bgcolor and color arguments can take a value between 0 and 15.

Example:
ole.Msg("Joe",ole.BgColor(4,8,"Hello Joe"));

See also: Decoration, Color