(AREV Specific)
At 03 MAY 1998 12:13:33PM Mark RC Ford wrote:
I am using DIM statements and creating matrices at execution time.
to calculate statistics based on the number of records(questions) defined by the user. The system then calculates statictics for the questions and stores the statistics in 14 matricies. The system works well when the number of questions is below 100. ie where x=99 Dim questions, dim answers etc.
The largest number of questions defined so far by a client is 561 and when the statatics are caculated the system crashes with "Maximum number of variables exceeded.
How can I check the number of variables available and calculate the number of questions that can be included in the statistics calculation.
Any help would be greatly appreciated,
Mark