isfield()
Description
This checks the field name against the table object passed and returns
.true if it is the name of a field (case-sensitive) or
.false if it can't find it.
Prototype
isfield (
type(db1table) ,
string table )
sFieldname
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| table | None | type(db1table) | |
| sFieldname | None | string |


