[futurebasic] Re: [FB] Dynamic Array

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2002 : Group Archive : Group : All Groups

From: Staz <staz@...>
Date: Thu, 28 Mar 2002 15:21:36 -0600
> I just got a compiler out of memory error when creating a dynamic array.
> I'm on a steep and slippery learning curve but I suspect the problem is
> here:- 
> DIM DYNAMIC gGroupnote$(1000)
> DIM DYNAMIC gGroupData$(1000,100000)
> DIM DYNAMIC gGroupDataCount&(1000)
> 

1001 * 100001 * 256 = 4151019776

you don't have that much ram in your computer.


-STAZ  ~)~