nametofld() - Get a field from a TBL.

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: Oct 5 2023
Copyright © 2024 Thunderstone Software LLC. All rights reserved.