The ARRAYLIMIT command limits the size of each array printed to the number of lines specified by the positive decimal number.
Syntax
── ARRAYLIMIT ─┬─<decimal number>─┬────────────────────────────────────┤ ├─ ? ──────────────┤ └─ * ──────────────┘
Explanation
The following text describes the meaning of each variable:
ARRAYLIMIT <decimal number>
If the decimal number is 0, the printing of arrays is suppressed.
For multidimensional arrays, the limit is applied cumulatively for both the dope vector entries and the data entries.
ARRAYLIMIT ?
Displays the current limit for array printing.
ARRAYLIMIT *
Restores ARRAYLIMIT to its default value.