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.3 . 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(
                    AREAP wa,
                    BOOLP isEof
                  )

 Arguments

     wa is a pointer to self.

     isEof determines the logical end of file.

 Description

     eof() 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 and then call SUPER_EOF().

     .  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: AREA bof() forceRel()

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