The I_ITM indicator contains the retained number of configurations.
Example of loading of the grid:
If I_ITM < dim(W_ITM)
W_ITM(I_ITM) = [F:CHH]CFGVCRNUM
If [F:CHH]ITMCRE = 2
W_ITM(I_ITM) += "("+[F:CHH]ITMREF+")"
Endif
I_ITM += 1
Endif
Called at the end of the standard processing in the sub-program: RECH_EQUIV(LSCE)
Subprog