getfield()
Description
If the string passed is the name of a field in the table passed, it returns a reference to the field object, otherwise it returns .nul (case-sensitive).
Prototype
getfield (
type(db1table) ,
string table )
sFieldname
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| table | None | type(db1table) | |
| sFieldname | None | string |


