Get  Table

The Get function retrieves the value of the specified cell.

Syntax

String Table.Get(
     Integer index,
     String field)

Parameters

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

Return value

The Get function returns the cell value.

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

Example

value = myTable.Get(0, "0")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia