Hi
What you will Have to do is the Following.
1. Create a Shift register. The Input of the Shift register van be wired with a Constant and left empty. The Constant is of same type as your array.(2D,1D etc.)
2. Within the Loop - Use the Function Build Array. If you right Click on the Input Terminals of Buil Array. You should see "Concatenate Inputs". Make sure this is Clicked Yes. Make Sure the Function shows two input Terminals
3. Now Wire your Input Side Shift register to One of the Inputs. The Other Input will be the Data or Information which you want to append to this array.
4. Wire the output of the Build Array Function to the Output Side Shift Register.
This basically initializes an Empty array of the type you want . On Every iteration of the loo
p a Data Point is addedto the Array, for use during next iteration.
When the Loop Exits the Out put of the Shift register is the Array with all the data.
Good Luck!!
Mache
Good Luck!
Mache