|
SYNOPSIS
FLD *nametofld
(
TBL *tbl,
char *s
);
PARAMETERS
- TBL *tbl
Table to search.
- char *s
Name of the field.
DESCRIPTION This will hunt for the field in the table. The field returned will
be updated on each gettblrow.
Returns a pointer to the field named s in tbl.
SEE ALSO gettblrow()
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|