SAVE SCREEN Command

See Also

Saves an image of the main Visual FoxPro window or an active user-defined window to the screen buffer, a variable, or an array element.

Syntax

SAVE SCREEN [TO VarName]

Arguments

TO VarName

Specifies the variable or array element to which the screen or window image is saved.

Remarks

Use RESTORE SCREEN to redisplay images saved to the screen buffer, a variable, or an array element.

Variables or array elements containing an image of the main Visual FoxPro window or user-defined window have an S data type when you view the variables or array elements with DISPLAY or LIST MEMORY.

If issued without the TO VarName clause, SAVE SCREEN saves the main Visual FoxPro window or user-defined window to the screen buffer.