xHarbour Reference Documentation > Function Reference |
Reads the contents of a screen from a file.
FileScreen( <cFileName>, [<nOffSet>]) --> nBytesRead
nScreenSize := 2 * (MaxRow()+1) * (MaxCol()+1)
The function loads a saved screen from <cFileName>, displays it and returns the number of bytes read as a numeric value.
See also: | FOpen(), FRead(), SaveScreen(), ScreenFile() |
Category: | CT:Video , Screen functions |
Source: | ct\strfile.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com