Check of index values

The index values entered in the variable description must constitute an ascending numerical order. Identical or lower index numbers in the numerical order are inadmissible and are reported as errors.

Error message

Index value is not ascending

Remedy

Enter index numbers in ascending order.

Example

var[0].index = 0; var[1].index = 5; var[2].index = 6; etc.