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