05-10-2010 01:17 AM
05-10-2010 03:43 AM
muks wrote:
A direct build array returns a 2d array with the format that you want.
But this appears to be the result of indexing out of a for loop a value and the iteration count in an array together, when the array was the indexing input of the for loop.
Transpose array is surely the correct programatic approach to this, not building an array inside a For loop using a Shift Register which is what your method would require muks!