Hi,
I've a report wiith a lot of records.
The records are stored in 3 array's.
Sometimes there are more then 3000 records.
i can create another array, but then the limit is 4000.
I can create array's in array's, but then the limit is 1000*1000
Is there something like an endless list or array in crystal?
Or a way to have a numer variable to create array's on demand.
I mean when the numbervar x is 4, then i would create the array
(array & x), so it's array4
When the numbervar x is 5
The same code would create the array array5