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.

odbcfield.getint

Gets the field's value as an integer. This method is applied for fields that contain integers (the storage size is up to 4 bytes).

method int odbcfield.getint()

Return value

Returns the field's value.


odbcfield.getuint

Gets the field's value as an unsigned integer. This method is applied for fields that contain integers (the storage size is up to 4 bytes).

method uint odbcfield.getuint()

Return value

Returns the field's value.

Related links

Source