09-08-2015 04:41 AM
I am able to insert a row or column into the existing array. But how can I insert a 2-D or 3-D array into an existing array?
Regards,
Rashme SR
Solved! Go to Solution.
09-08-2015 01:21 PM
Just wire it in. Here is a 2D array inserted into a 3D (at the beginning of the 3D array) ...
BS
09-08-2015 11:48 PM
Cant I insert a 2D array inside a 2D array?
Regards,
Rashme
09-09-2015 01:02 AM
Yes. You can.
Try it.