The GetFieldData function retrieves the data value of the specified field.
Syntax
String Table.GetFieldData(
String field)
String field)
Parameters
| field | Name or Index of the field. | Required |
|---|
Return value
The GetFieldData function returns the data value of the specified field.
If an error occurs, the GetFieldData function returns an empty string.
Example
data = myTable.GetFieldData("0")