Share
 
 

To Limit the Size of Arrays

The number of array elements that can be generated by one ARRAY command is limited to approximately 100,000. This limit is controlled by the MaxArray setting in the registry. Specifying a large number array items can take a long time. Use this method to reset the number of array elements that can be generated by one ARRAY command.
  • At the Command prompt, enter

    (setenv "MaxArray" "n")

    where n is a number from 100 through 10000000 (ten million).

    Note: When changing the value of MaxArray, you must enter MaxArray with the capitalization shown.

Was this information helpful?