ODBCColumnGet is available since version 1.0.
Prototype:
string ODBCColumnGet(number column_index, number statement)
Parameters
column_index
[in] the index of the needed column
Description:
Get the data on the given column index on the current record.
Return value:
Return the data (as a string) in the column described by column_index in the current record in the given result set.