SetData  Table

The SetData function changes the data value of the specified cell.

Syntax

Table.SetData(
     Integer index,
     String field,
     String data)

Parameters

indexIndex of the item.Required
fieldName or Index of the field.Required
dataValue.Required

Return value

The SetData function has no return values.

Example

myTable.SetData(0, "0""ok")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia