Function ScreenStr() Foundation
Retrieves the screen contents beginning at a specified position.
ScreenStr( [<nRow>] , ; // Default: Row()
[<nColumn>] , ; // Default: Col()
[<nCharacters>] ;
) --> cScreenString
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().
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.