Set  Table

The Set function changes the value of the specified cell.

Syntax

Table.Set(
     Integer index,
     String field,
     String value)

Parameters

indexIndex of the item.Required
fieldName or Index of the field.Required
valueValue of the cell.Required

Return value

The Set function has no return values.

Example

myTable.Set(0, "0""Your Text")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia