xHarbour Reference Documentation > Function Reference |
Tests if the end-of-file is reached in the currently selected text file.
HB_FEof() --> lEof
The function returns .T. (true) when the record pointer of the currently selected text file has reached the end-of-file, otherwise .F. (false).
The HB_FEof() function indicates if the record pointer of the currently selected text file has reached the end-of-file mark during file navigation. The end-of-file mark is a state variable that exists for each text file open with HB_FUse().
See also: | FOpen(), FSeek(), HB_FSelect(), HB_FUse() |
Category: | File functions , Text file functions , xHarbour extensions |
Source: | misc\hb_f.c |
LIB: | libmisc.lib |
http://www.xHarbour.com