*TextColor() - TextView

Specifies the text color for the text editor.

Syntax

*TextColor (Color)

Application

TextView

Inputs

Color
A number from 0 to 63 representing the 64 colors in the palette.

Context

*BeginTextEditor()

Report Definitions

Example

*BeginTextEditor()
    *Filename("mview.mvw")
    *TextColor(3)
    *BackgroundColor(5)
*EndTextEditor()

Comments

*TextColor() is only valid in text editor blocks.

The colors on the palette are numbered from left to right, top to bottom beginning with 0.

If a color is not specified in a *TextColor() statement, the default set in the preference file is used.