The initialization of arrays with values starts with the first array element (element 1) and ends with the last array element (element 18). 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 element 1 was initialized with the value FALSE, element 2 with the value TRUE and the remaining array elements are initialized with FALSE, i.e. the field Initial shows [FALSE,TRUE,16(FALSE)]