[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Dispose_Tables


Purpose   Disposes of the memory used by all the input tables.

Decln.    Dispose_Tables;

Remarks   All the tables are initialized, and the memory they used is
          disposed of. Only call this procedure when all IO activity for
          the current session has ceased.

Example

BEGIN
    ACTIVATE_TABLE(1);
    DISPOSE_FIELDS;
    ACTIVATE_TABLE(2);
    DISPOSE_FIELDS;
    ACTIVATE_TABLE(3);
    DISPOSE_FIELDS;
    DISPOSE_TABLES;

See Also: Create_Tables Dispose_Fields
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson