A lot of times I generate 1D arrays in each iteration of a for loop. Rather than concatenating the arrays inside the for loop I use and indexed output tunnel which gives me a 2D array. Using the Reshape Array function this can be reshaped into a 1D array essentially concatenating the 1D arrays together.
My problem is that the "dimension size 0" input of the Reshape Array function is required. I suggest that if this input is not wired to simply interpret the n-dim array as a 1D array.
Interestingly enough in the context help for Reshape Array "dimension size 0" is not shown in bold so it should not be required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.