| [Element Type] |
Select the type of data to be stored in the element. |
For information on data types, refer to the following. |
| [Dimensions] |
Set the number of array elements and dimensions. Use an element number or a range of element numbers to set the number of array elements in each dimension. (Example 1) To set up a 1-dimensional array with 3 elements, enter "3". The element number starts at 0. Array[0], Array[1], Array[2] (Example 2) To set element numbers 3 to 6, enter "3..6". Array[3], Array[4], Array[5], Array[6]
(Example) If "3..6" is entered, "4" will be displayed.
(Example) If "-1..1" is entered, it results in 3 elements: Array[-1], Array[0], Array[1]. To add a multi dimensional array, separate each element number with a comma. You can add up to 10 dimensions. (Example) "3,4,4" for a 3-dimensional array with 3, 4, and 4 elements. |