The Get function retrieves the value of the specified cell.
Syntax
String Table.Get(
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 Get function returns the cell value.
If an error occurs, the Get function returns an empty string.
Example
value = myTable.Get(0, "0")