[] Usage: name[ie]
The expression value is the number equal to the value of the element
number ie of the name array. The array elements are numbered beginning from 0.
Example:
arname[i] = 3;
To assign 3 to the array element i.
Note the first element as described by the expression of
arname[0].
|