Index // DBFloat


Format:

dbfloat ( ColumnNumber )

Description:

Return a floating point (decimal value) from the specified column of the current row of the open recordset. More information about databases in general and SQLite specifically can be found at http://sqlite.org and http://en.wikipedia.org/wiki/SQL.

See Also:

DBClose, DBCloseSet, DBExecute, DBInt, DBOpen, DBOpenSet, DBRow, DBString

Example:

See example of usage on DBOpen page.

Revised:

0.9.6y