getindex()
Description
If the field name passed is a field in the table passed, and it is indexed,
then this function will return the index reference, otherwise it will
return .nul (case-sensitive).
Prototype
getindex (
type(db1table) ,
string table )
sFieldname
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| table | None | type(db1table) | |
| sFieldname | None | string |


