RE: Grabbing data from 2 dimensional array Carl Tyler 17.Feb.12 01:24 PM Lotus Notes Applications Development 6.5.4Windows XP
Whilst not directly answering your question, I'd probably use a list instead of an array for your example. With lists you don't constantly have to redim change the size etc. I find them much easier to use than a 2d array.