|
SYNOPSIS
TBL *opentbl
(
char *name
);
PARAMETERS
- char *name
Filename of the table to open.
DESCRIPTION Open a TBL, and return a pointer to it. The table is rewound, so
the first gettblrow() will return the first record.
If the table is not found, or could not be opened NULL is returned.
SEE ALSO closetbl()
Copyright © Thunderstone Software Last updated: Thu Dec 22 14:51:46 EST 2011
|