@ ... CLEAR Command

Example   See Also

Clears a portion of the main Visual FoxPro window or a user-defined window.

Syntax

@ nRow1, nColumn1 [CLEAR | CLEAR TO nRow2, nColumn2]

Arguments

@ nRow1, nColumn1 CLEAR

Clears a rectangular area whose upper-left corner begins at nRow1 and nColumn1 and continues to the lower-right corner of the main Visual FoxPro window or a user-defined window.

CLEAR TO nRow2, nColumn2

Clears a rectangular area whose upper-left corner is at nRow1 and nColumn1 and whose lower-right corner is at nRow2 and nColumn2.

Remarks

If you omit CLEAR or CLEAR TO, Visual FoxPro clears nRow1 from nColumn1 to the end of the row.