EOF()


Determines whether the record pointer has reached the end of the database file.

Syntax

Eof()

Arguments

None.

Returns

Returns logical TRUE if the database table pointer is at the end of the file.

Description

This function determines if the record pointer has reached the end of the database file. You should specify the table reference to ensure that you are returning a result for the intended table.

Example

:LoopUntilEnd

Skip()

If Docket->(Eof())

   Echo("End of file reached.")

   Return

Endif

Goto LoopUntilEnd

____________________________

Related Topics:

Business Function List



CAPITAL VISUAL BUILDER