next up previous contents index
Next: Declarations Up: Special Variables Previous: Config Variables

``Index'' Arrays

 

ZPL provides a set of constant parallel arrays named Index1, Index2, etc., These are constants that are defined by the compiler and conformable with any region whose rank is no greater than the index number. The value of an element of the i tex2html_wrap_inline2357 ``Index'' Array is the index of that element in the i tex2html_wrap_inline2357 dimension.

    A := Index1;            -- assign row indices to each element of A
There are certain restrictions on the use of these parallel variables.



Kay Nettle
Fri Feb 21 21:14:29 CST 1997