Function FileScreen() Foundation
Reads the contents of a screen from a file.
FileScreen( <cFileName>, ;
[<nOffSet>] ; // Default: 0
) --> nBytesRead
Returns the number of bytes read (usually 4000 for a 80 by 25 screen)
If multiple screens are saved to a file using ScreenFile() an offset of (nScreenNumber-1) * 4000 bytes must be specified for <nOffSet> to read consecutive screens from the file.
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.