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