GetData  Table

The GetData function retrieves the data value of the specified cell.

Syntax

String Table.GetData(
     Integer index,
     String field)

Parameters

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

Return value

The GetData function returns the data value of the specified cell.

If an error occurs, the GetData function returns an empty string.

Example

data = myTable.GetData(0, "0")
SECCIA Documentation - Copyright © 2001-2011 Sylvain Seccia