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