HTBasic Help
×
Menu
Index

Numeric Array Element

 
A numeric array element is a simple value, either an integer, long, real, or complex number and is compatible with any operation which expects a single value. An element is specified by following the array name with a left parenthesis, "(", a comma-separated list of subscripts and a right parenthesis, ")". The number of subscripts specified must match the RANK of the array. The value of each subscript must lie in the legal range for that dimension as defined in the declaration statement (ALLOCATE, COM, COMPLEX, DIM, INTEGER, LONG, REAL, REDIM, STATIC). Some matrix operations redefine the range of a dimension.