SCREEN
AJ.SAVE.WINDOW
Save an area of the screen in the window.
AJ.SAVE.WINDOW( X, Y, X2, Y2, N)
| Parameter | Description |
| X | x - coordinate of the top left corner |
| Y | y - coordinate of the top left corner |
| X2 | x - coordinate of the bottom right corner |
| Y2 | y - coordinate of the bottom right corner |
| N | number of the window(N=0....) |
AJ.UNSAVE.WINDOW
Restore a Window
AJ.UNSAVE.WINDOW(X, Y, N)
| Parameter | Description |
| X | x - coordinate of the top left corner |
| Y | y - coordinate of the top left corner |
| N | number of the window(N=0....) |