Function WSaveScreen() Foundation

SaveScreen() for a specified window.

Syntax
WSaveScreen( [<nWindowID>], ;  // Default: WSelect()
             <nTopRow>    , ;
             <nLeftCol>   , ;
             <nBottomRow> , ;
             <nRightCol>    ;
           ) --> cScreen
Return

The function returns a string that contains the saved information of the specified area inside a window.

Description

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().

Feedback

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.