EnglishРусский  
The project is closed! You can look at a new scripting language. It is available on GitHub.
Also, try our open source cross-platform automation software.

Ads

Installer and installation software
Commercial and Freeware installers.

dbf.eof

Determine is the current record is in the database.

method uint dbf.eof (
   fordata fd
)

Parameters

fd This parameter is used in forech operator. Specify 0->fordata.

Return value

Returns 1 if the current record is not defined/found and 0 otherwise.

Related links

Source