1-51
Section 1 Specifications
<Example of using a 2-dimensional array data type>
<Sample data type definition>
Data type “x_data” is made up of 10 integers that are indexed from 1 to 10 and data type “y_data” is made up of 3 instances
of “x_data,” indexed from 1 to 3.
<Example of a variable declaration>
The data type of variable “FILE_01” is y_data.
1
2
3
1
2
3
4
5
6
7
8
9
10
f
To access this data item,
specify FILE_01[3][5].