TableHandle - cTableColumnFetchHelper
Returns the table handle (file number) for the table that is stored in index position iIndex.
Type: Function
Return Data Type: Integer
Parameters
| Parameter | Type | Description |
|---|---|---|
| iIndex | Integer | Position of the table handle to return. |
Syntax
Function TableHandle Integer iIndex Returns Integer
Call Example
Get TableHandle iIndex to IntegerVariable
Description
Returns the table handle (file number) for the table that is stored in index position iIndex.
The index count is zero based:
Get TableCount of oFetchHelper to iCount
For iIndex from 0 to (iCount-1)
Get TableHandle of oFetchHelper iIndex to iTable
:
Loop
Return Value
Returns the table handle (file number) for the table that is stored in index position iIndex.