4 - 8 en-938872/2
4.2 Symbolic Variable Management Commands
4.2.1 Storing a Profile
BUILD Creates a table for storing profile paths.
The BUILD function is used to store the profile in a two-dimensional table:
- the first dimension is limited to 16 entries,
- the second dimension is limited to 255 entries.
Syntax
BUILD [TAB(G / X / Y / I / J,NB)] H.. N..+n N..+n
BUILD Creation of a table for storing a profile.
TAB Table name in the stack.
G / X / Y / I / J Data types whose values are stored in the entries of the
first table dimension (16 entries maximum).
NB Name of the variable containing the number of blocks of
the second table dimension (maximum 255 blocks).
H.. Definition of the limits of the profile.
N.. N..
H.. N.. N..
N..+n N..+n
H N..+n N..+n
Note
The BUILD function must be the first word in the block and the table name TAB must
be the second. They must be separated by at least one space.