Col_Index - DataList_
Returns the number of the main index for the field connected to Column Item#
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| Item# | Integer |
Syntax
Function Col_Index Integer Item# Returns Integer
Call Example
Get Col_Index Item# to IntegerVariable
Description
Col_index returns the number of the main index for the field connected to Column Item#. If the field has no main index, searches for an index that contains the field.
Return Value
If no such index can be found, returns -1.