[thelist] Out of Memory Error on Multidimensional Array Declaration?

Ken Schaefer ken.schaefer at gmail.com
Sun Nov 5 00:58:30 CST 2006


That line of code should not generate an "out of memory" error. Sounds
like you are running out of stack space due to the interaction with
some other, surrounding, code.

Cheers
Ken

On 11/3/06, Rob Smith <rob.smith at lexjet.com> wrote:
> Why would
>
>
>
> Dim modelArray(20,75) result in a "Out of Memory"  error? It's been at
> (60,120) for months on end without any problems. All of a sudden
> yesterday, it died.
>
> Rob Smith



More information about the thelist mailing list