05-03-2010 04:11 PM
Hi,
This should be a relatively simple question. I am feeding a 1-D array (1 x 801) in a loop into a build array function and looping it back on itself to build the array. I am rather confused as to why this is producing a 3D array, can someone explain why?
Thank you,
Michael
05-03-2010 04:27 PM
05-03-2010 04:31 PM
05-03-2010 04:43 PM
Amazing!
That sounds exactly like the same answer I gave to the same question by the same person here.! I really don't know why a new thread would need to be created to ask a question that was already answered.
05-03-2010 04:48 PM
Hi again,
I am sorry for my misunderstanding before. I read your post and it took me until now for how auto-indexing was actually working in this situation. Sorry about that.
Michael