Description
This will return the name of a field at a given index.
Syntax
Function GetFieldName(ind)
Parameters
ind (input) - the index to get the name
Return value
string - the name of the desired field
Example
Sample code
Dim f_countIf DB.Select() Then f_count = DB.GetFieldCount() Dim name For I = 0 To f_count - 1 name = DB.GetFieldName( I ) NextEnd If
See also
Platform Objects and MethodsDB.sortDB.GetFieldCountDBCreator.GetFieldNames
Platform Objects and Methods
DB.sort
DB.GetFieldCountDBCreator.GetFieldNames