contents.gifprev1.gifnext1.gif

SET(FOREGROUND)

Description:

Foreground color is controlled by SET(FOREGROUND). The color may be set to any of the above listed colors. The default foreground color is black. Components affected by foreground color are text and status line.

Syntax:

SET(FOREGROUND, SCREEN, color_attribute )

Valid color_attributes are: BLACK, BLUE, CYAN, GREEN, MAGENTA, RED, WHITE, YELLOW

Example:

The following sets the foreground color to green.

SET(FOREGROUND, SCREEN, GREEN);