Function ScreenStr() Foundation

Retrieves the screen contents beginning at a specified position.

Syntax
ScreenStr( [<nRow>]       , ;  // Default: Row()
           [<nColumn>]    , ;  // Default: Col()
           [<nCharacters>]  ;
         ) --> cScreenString
Return

The function returns a SaveScreen() string containing the number of <nCharacters> characters visible on screen. If <nCharacters> is not specified the string contains all characters from the specified position to the position MaxRow(), MaxCol().

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.