Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>eof()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 eof()
 Determine logical end of file
------------------------------------------------------------------------------
 Prototype

     ERRCODE eof(
                  WORKAREAP wa,
                  BOOLP isEof
                )

 Arguments

     wa is a pointer to self.

     isEof determines the logical end of file.

 Description

     Indicates whether the current cursor for wa is at the logical end of
     file.  This method provides the return value of the CA-Clipper EOF()
     function.

 Default Behavior

     Copies wa->eof to isEof.

 Implementation Notes

     .  Determine wa->eof status, then call SUPEREOF().

     .  If your RDD supports relations, update relations with a
        forceRel() prior to determining wa->eof status.

     Warning!  isEof must point to one byte of allocated memory.

 Files:  Header file is Rdd.api.


See Also: WORKAREA bof() forceRel()

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