@ ... CLEAR Command Example

The following example clears the screen, main Visual FoxPro window, or user-defined window from the second row to the bottom of the window.

@ 2,0 CLEAR

The following example clears a rectangular region. The area from row 10 and column 0 to row 20 and column 20 is cleared.

@ 10,0 CLEAR TO 20,20