CallTable (Call Table)

The CallTable instruction is used to call a Data table.

Syntax

CallTable Name

Remarks

The CallTable instruction is used in the main program to call a Data table. The Data table must appear in the Declaration section of the program, before the BeginProg statement (i.e., before the beginning of the main program). When the Data table is called, it will check the output condition and process data as programmed.