SYNOPSISvoid *getfld
(
FLD *f,
size_t *pn
);
PARAMETERS
DESCRIPTION
Gets a value from a field. This returns a pointer to the data stored
in the field. The variable pointed to by pn is set to the number of
items in the field. Note that this is not necessarily the number of
bytes, as an element may be several bytes.
SEE ALSO
gettblrow(), nametofld()