The SetData function changes the data value of the specified cell.
Syntax
Table.SetData(
Integer index,
String field,
String data)
Integer index,
String field,
String data)
Parameters
| index | Index of the item. | Required |
|---|---|---|
| field | Name or Index of the field. | Required |
| data | Value. | Required |
Return value
The SetData function has no return values.
Example
myTable.SetData(0, "0", "ok")