Craig Markwardt wrote: > > Martin Skou Andersen <skou@fys.ku.dk> writes: > > Is it posible to make an mutiple dimensional array by using a variable > > such as findgen(x)? > > This is virtually impossible, right? You are asking for each row of > the resulting array to be of a different length. That's not really a > 2 dimensional array is it? Are we sure he doesn't just mean: findgen(x[0],x[1]) ? JD