Hitachi

JP1 Version 11 JP1/Script Description and Reference (For Windows Systems)


6.1.5 Array variables

Index numbers for array variables start at 1. An index number for a one-dimensional variable represents an element. A two-dimensional variable has two index numbers; the first represents the row element, and the second represents the column element.

The following shows the data structure of a two-dimensional array variable T(5,6).

[Figure]

Organization of this subsection

(1) Array variable coding conventions

The following coding conventions apply to array variables:

(2) Data structure examples for array variables

Examples of data structures for array variables are shown below.