MemCom Reference Manual > MemCom (Old) Fortran77 API > Relational Table Manager Functions > lgttb

Name

lgttb — Inquire current size of relational table

Synopsis

subroutine lgttb(len)
integer*4 len

Description

lgtdb returns the current size of the relational table buffer. The size is counted in number of integer*4 words. Note that, if len <= 3, no table entries have been made so far.

Parameters

len

Current table size returned in number of integer*4 words (output).