The Numeric Array type represents a list of numbers. The list has a certain length, and each element in the list is a Numeric value. An array can have any number of elements (limited by the available memory on the EV3 Brick). The elements are in a specific order, and there can be duplicates.
For example, you could use a Numeric Array to specify the Set of Colours for the
Colour Sensor block in Compare – Colour mode.
A Numeric Array displays as a list of numbers separated by semicolons (“;”). The entire list is enclosed in square brackets (“[ ]”). Some examples are shown below.