Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>feof() detect eof (end of file) condition</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FEOF()      Detect EOF (End of File) condition

 Syntax....: FEOF( f_hdl )
 Parameters: <expN>: f_hdl = file handle from a previous FOPEN()

 Returns...: <expL>: .T. if pointer at eof, else .F.
 Cautions..: file must be open
 CC Calls..: FSETERROR()
 Alias.....: none

 Example...: DO WHILE .NOT. FEOF( f_hdl )
               *... read ASC text file ...
             ENDDO

See Also: FWRITELN FREADLN

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson