fieldIndex
Integer zero based index of the field object in Recordset.Fields collection
fieldIndex
String that identifies the field object in Recordset.Fields collection.
Returns
Any
If operation competed successfully, this function returns the value of the field indicated by fieldIndex.
Void
If operation failed this function sets internal error flag and returns VOID
Description
Gets the value of the recordset's field indicated by fieldIndex. It gets the Recordset.Fields.Item(FieldIndex).Value of the wrapped ADODB.Recordset object. See ADOxtra typecasting topic for more details about how ADOxtra converts ADO value to Lingo value.