02-20-2012 10:05 AM
Hi all,
I have few sets of 2D array , I want them to group together in a 3D array so each 2D array will be in a different page. Is there a way to do that. I tried reshape array but was not successfull since my understanding of handling array is less. Can you please help me out.(example data is attached)
Thanks,
Ankit G
Solved! Go to Solution.
02-20-2012 10:54 AM
Build Array should do what you want.
Note that I changed the value of the first element in arrays 2 and 3 so you can tell where the data on different pages in appended array came from.
Lynn
02-20-2012 11:44 AM
Thanks for the solution lynn.