gettblrow() - Reads the next row in from a table.

SYNOPSIS

RECID *gettblrow(TBL *tbl);


PARAMETERS

TBL *tbl

The table to read from.


DESCRIPTION
Reads the next row in from a table. The data can be retrieved by calling getfld() on a field previously returned by nametofld().

Returns the location of the row retrieved. If recidvalid() on the result fails then there were no more rows.


SEE ALSO
getfld(), nametofld()


Copyright © Thunderstone Software     Last updated: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.