SAVE SCREEN Command
Visual Studio 2005
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.
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.
Reference
RESTORE FROM CommandRESTORE SCREEN Command
SAVE TO Command