isindex()
Description
Returns .true if the name passed is a field in the table
passed and if the field is indexed. Otherwise it returns
.false.
Prototype
isindex (
type(db1table) ,
string table )
sFieldname
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| table | None | type(db1table) | |
| sFieldname | None | string |


