SAVE SCREEN Command

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.

SAVE SCREEN [TO VarName]

Parameters

  • 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.

See Also

Reference

RESTORE FROM Command
RESTORE SCREEN Command
SAVE TO Command

Other Resources

Commands (Visual FoxPro)