Setting the font color in CLPPlus window mode

You can set different font colors in the CLPPlus window mode.

Procedure

To set the font color in the CLPPlus window mode:

  1. Using the CLPPLUS CLPPlus command, start the CLPPlus session. The CLPPlus session is started, by default, in window mode. For more information, see the Related reference.
  2. Use the SET CLPPlus command with the COLOR keyword, SET COLOR color|<r,g,b>. For more information on the SET command, see the Related reference.

Example

The following example sets the font color that is displayed in the CLPPlus window mode to red.
SET COLOR RED
The following example sets the font color that is displayed in the CLPPlus window mode to white.
SET COLOR 255,255,255