BASE/1131 Bound error: array dimension
Explanation: An attempt was made to create an array containing more
than the maximum number of elements.
Action: Correct the program. CA-Clipper allows a maximum of 4096
elements in an array.
See Also: "Basic Concepts" chapter of the Programming and Utilities
Guide