opentbl() - Open a TBL.

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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.