The GetFieldName function retrieves the name of the specified field.
Syntax
String Table.GetFieldName(
Integer index)
Integer index)
Parameters
| index | Index 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)