11-15-2010 05:32 PM
I have a set of VIs that accepts a 2D array as input. In some special cases, that input array will be 1D instead of 2D. Is there any way to typecast that 1D array as a 2D array, so that I don't have to write new VIs (or add case structures to the current VIs) for this special case?
Thanks,
Allan
Solved! Go to Solution.
11-15-2010 05:42 PM - edited 11-15-2010 05:42 PM
11-16-2010 08:13 AM
You might also find the Reshape Array function to be helpful.
Lynn