2. Item Content JEVEUX#

“. TBBA “

Describes the base where the table is defined:” G “,” V “

“. TBNP “

  1. Number of table parameters

  1. Number of rows in the table

“. TBLP “

Describes the table settings. For each parameter:

  1. Parameter name

  1. Parameter type (I, R, C, C, K8, K16, K24, K32)

  1. Object name JEVEUXcontenant the values associated with the parameter

  1. Object name JEVEUXcontenant the booleans associated with the 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:

. TBLP ((ipar-1) *4 + 3) = table_name (1:19) //”.00IJ”

. TBLP ((ipar-1) *4 + 4) = table_name (1:17) //”LG.00IJ”

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).