WindowSave SUB Action Used internally by the other procedures in WINDOW.BAS. Do not use or alter this procedure. Syntax WindowSave handle% Remarks The WindowSave procedure saves a window into a global array. If you want to save part of the screen, use the GetBackground procedure in GENERAL.BAS. The argument handle% is an integer that indicates the number of the window being saved. This can be any number between 1 and the value declared in the constant MAXWINDOW, inclusive. Warning ------- Do not use or alter this procedure unless you are customizing the User Interface toolbox and you know how the use or alteration of this procedure will affect the operation of all other procedures in the toolbox. See Also. WindowDo