WindowColor SUB Action Reassigns the values of the text color variables for the current window. Syntax WindowColor textFore%, textBack% Remarks The WindowColor procedure uses the following arguments. textFore% --------- An integer that defines foreground color (0 - 15) of text. textBack% --------- An integer that defines background color (0 - 7) of text. Use WindowColor whenever you want to change the color of the text being printed in a window. Any printing after using WindowColor is done in the newly defined colors. See Also. WindowOpen