I'm trying to split an array of rXc into either rows or into columns. The array will be read during run-time with "Read from SpreadSheet File". Basically, I will generate 1D arrays corresponding to rows or columns of multi-dimensional array.
Use index array function, if the array is 2D, you can right click on a index input and select disable indexing, this way with the other index input, you get rows/columns. Hope this helps
Thanks for the solution. I just wanted to let you know that I had to insert "index array" function into a for loop in order to disable "indexing" at the input tunnel.
That's the problem when you talk without confirming, sometimes you make a mistake and mix things (disable indexing is when you rigth click on a loop in/output). Happy to help