The initialization of arrays with values starts with the first array element (element 1) and ends with the last array element (element 111). The initialization values are entered one after another into the field Initial and are separated from each other by commas.
If subsequent array elements are initialized with the same value, the abbreviated writing number(value) is possible, e.g. [16(5)] i.e. 16 elements are filled with the value 5.
In the example all array elements were initialized with the value 123, i.e. the field Initial shows [111(123)]