ColumnName - cCLIHandler
Returns the name of the column enumerated at the given position by EnumerateColumns.
Type: Function
Return Data Type: String
Parameters
| Parameter | Type | Description |
|---|---|---|
| iIndex | Integer | Position of column in enumeration |
Syntax
Function ColumnName Integer iIndex Returns String
Call Example
Get ColumnName iIndex to StringVariable
Description
Returns the name of the column enumerated at the given position by EnumerateColumns.
Return Value
Returns the name of the column enumerated at the given position by EnumerateColumns.