Function WSaveScreen() Foundation
SaveScreen() for a specified window.
WSaveScreen( [<nWindowID>], ; // Default: WSelect()
<nTopRow> , ;
<nLeftCol> , ;
<nBottomRow> , ;
<nRightCol> ;
) --> cScreen
The function returns a string that contains the saved information of the specified area inside a window.
The function works like SaveScreen() except that WSaveScreen() is restricted to the window specified with <nWindowID>. Note that the origin 0,0 indicates the first upper left position where screen output may occur. This excludes a frame defined with WBox().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.