Creating and Managing Symbolic Variable Tables
en-938872/2 4 - 11
4
4.2.2 Storing a Profile Interpolated in the Plane
P.BUILD Creates a table for storing the dimensions of the profile
interpolation plane.
The P.BUILD function is used to store the profile in a two-dimensional table:
- the first dimension is limited to 7 entries,
- the second dimension is limited to 255 entries.
Syntax
P.BUILD [TAB(7,NB)] H.. N..+n N..+n
BUILD Creation of a table for storing a profile.
TAB Table name in the stack.
7 Number of entries in the first dimension (maximum 7).
NB Name of the variable containing the number of blocks
(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 P.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.