GetFieldName  Table

The GetFieldName function retrieves the name of the specified field.

Syntax

String Table.GetFieldName(
     Integer index)

Parameters

indexIndex of the field.Required

Return value

The GetFieldName function returns the name of the field.

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

Example

name = myTable.GetFieldName(0)
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia