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.f_logic

Getting a logical value. Get the value of the logical field from the current record.

method uint dbf.f_logic (
   uint num
)

Parameters

num Field number beginning with 1.

Return value

Returns the value of the logical field.

$DBF_LFALSEThe value of the logical field is FALSE.
$DBF_LTRUEThe value of the logical field is TRUE.
$DBF_LUNKNOWNThe value of the logical field is undefined.

Related links

Source