FT_FEOF

FT_FEOF()
 Determine when end of text file is 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()

One response to “FT_FEOF

  1. Pingback: FT Text File Management | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.