2. Item Content JEVEUX#
“. TBBA “ |
Describes the base where the table is defined:” G “,” V “ |
“. TBNP “ |
|
|
|
“. TBLP “ |
Describes the table settings. For each parameter: |
|
|
|
|
|
|
|
Each parameter is associated with 2 JEVEUX objects that contain all the values defined in the table.
Names of JEVEUX objects created:
For the ipar number parameter:
where 00IJ is the ipar number coded on 4 characters (number squared on the right).
The object “.00IJ” (of type. TBLP ((ipar-1) *4 + 2)) contains the values from the table for the ipar parameter. This object is a JEVEUX vector sized at least to the number of rows in the table.
To find out if the ilign line of the table contains the ipar parameter, you must use the « booleans » vector “LG.00IJ”:
“LG.00IJ” (ilign) = 0 (empty cell) or 1 (full cell).