next up previous
Next: NT schedules a new Up: INSTRUCTIONS Previous: IT schedules next activation

LOAD imports a DBASE IV table to an array

Syntax:

    LOAD (<table>, <list of fields>);
This instruction is used to load values in a DBASE IV table into arrays that can be managed for the GLIDER program. The fields of the <table> indicated in the <list of fields> are stored in a series of arrays named <table> . <name of field> that were generated by the system by means of the information of the DBTABLE declaration.

This instruction can be used in nodes of any type.

See declaration DBTABLE (2.8), instruction LOAD (6.14) and examples in section 2.8.



domingo c
Mon Mar 20 17:36:19 PST 2000