Hi,
I have a multi-dimensional array (3,24,37) that needs to be populated. Is there an easier way to do it than by doing it one at a time ie. a(1,1,1) = 25, a(1,1,2) = 36 etc... I dont want to use a database or anything external because I want the dll to be selfcontained.

Is there a way to use the Array function or does this only work with a single dimension array??

Thanks in advance

Shaun