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