version 2004
MySQL_GetRealField (selectID; fieldIndex; fieldValue)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| fieldIndex | Integer | Index of the field - 0...FieldCount -1 | |
| fieldValue | Real | Value of the field |
Description
The MySQL_GetRealField command returns the value of the field referenced by fieldIndex.
selectID is a Longint returned by MySQL_Select.
fieldIndex is an Integer that specifies the index position of the field in the Select statement.
fieldValue returns a Real variable containing the value of the field.