Parent Topic: Variables
Numeric Array Variables
Numeric array variables are identified by the leading character '#' followed by 1 to 7 characters and an array subscript. Subscripts can range from 1 to the number of elements in the numeric array.

 Syntax:  #x[n]

 Examples: #array[7], #colval[127]
Numeric array variables allow access to one dimensional array information held in PCIDSK array segments [type ARR:181].


Parent Topic: Variables
About PCI Help Gateway