> 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 ~)~