SetFieldName  Table

The SetFieldName function changes the name of the specified field.

Syntax

Integer Table.SetFieldName(
     String field,
     String name)

Parameters

fieldName or Index of the field.Required
nameNew name of the field.Required

Return value

The SetFieldName function returns true.

If an error occurs, the SetFieldName function returns false.

Example

myTable.SetFieldName("0""Country")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia