GetFieldData  Table

The GetFieldData function retrieves the data value of the specified field.

Syntax

String Table.GetFieldData(
     String field)

Parameters

fieldName or Index of the field.Required

Return value

The GetFieldData function returns the data value of the specified field.

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

Example

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