GetItemData  Table

The GetItemData function retrieves the data value of the specified item.

Syntax

String Table.GetItemData(
     Integer index)

Parameters

indexIndex of the item.Required

Return value

The GetItemData function returns the data value of the specified item.

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

Example

data = myTable.GetItemData(0)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia