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

Purpose   Redirects all IOTTT5 activity to the assigned table.

Decln.    Activate_Table(Table_No:byte);

Remarks   Table_No is the number of the table to activate. It must be in
          the range 1 to Max_Tables. The default active table is table 1.

Example

BEGIN
    CREATE_TABLES(3);
    ACTIVATE_TABLE(1);
    CREATE_FIELDS(20);
    ACTIVATE_TABLE(2);
    CREATE_FIELDS(5);
    ACTIVATE_TABLE(3);
    CREATE_FIELDS(10);
END;

Three tables are created and then 20, 5 and 10 fields are created for each
table.

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