@ ... FILL Command

Changes the colors of existing text within an area of the screen.

@ nRow1, nColumn1 FILL TO nRow2,
  nColumn2[COLOR SCHEME nSchemeNumber
COLOR ColorPairList]

Parameters

@ nRow1, nColumn1

Specifies the upper-left corner of the area to change.

FILL TO nRow2, nColumn2

Specifies the lower-right corner of the area to change.

COLOR SCHEME nSchemeNumber

Specifies the color of the area. Only the first color pair in the specified color scheme determines the color of the area.

COLOR ColorPairList

Specifies the color of the area. Only the first color pair in the specified color pair list determines the color of the area.

If you omit the COLOR SCHEME or COLOR clauses, the rectangular portion is cleared. An area can also be cleared with @ ... CLEAR.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic