[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_FEOF()
 Determine if end of text file has been encountered
------------------------------------------------------------------------------

 Syntax


      FT_FEOF() -> lResult

 Arguments


     None

 Returns


     .T. if an attempt was made to skip past the last record of
     the currently selected text file, otherwise .F.

 Description


     This function is similar to the CLIPPER Eof() function.

     A text file "record" is a line of text terminated by a CRLF pair.

 Examples


     FT_FUSE( "FTTEXT.C" )

     ? FT_FEOF()        // .F.

     FT_FSKIP()

     ? FT_FEOF()        // .T.


 Source: FTTEXT.C

 Author: Brice de Ganahl and Steve Larsen

See Also: FT_FUSE() FT_FSKIP()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson