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_str

Getting a value. Get the value of the field from the current record as a string.

method str dbf.f_str (
   str val,
   uint num
)

Parameters

val The string for getting the value.
num Field number beginning with 1.

Return value

Returns the parameter val.

Related links

Source