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_type

Get the field type.

method uint dbf.f_type (
   uint num
)

Parameters

num Field number beginning with 1.

Return value

Returns the type of this field. It can be one of the following values.

$DBFF_CHARString.
$DBFF_DATEDate.
$DBFF_LOGICLogical.
$DBFF_NUMERICInteger.
$DBFF_FLOATFraction.
$DBFF_MEMOMemo field.

Related links

Source