10-02-2010 07:18 PM
In LabView 2010 the doc for the Array Subset function shows that the function is extensible with multiple indexes and lengths. I can't seem to extend the function for multiple indexes. How do I do this?
Is the documentation for the function in error, or is there another Array Subset function somewhere that can do this?
Solved! Go to Solution.
10-02-2010 07:29 PM
When you wire an array to this function, the function resizes automatically to display index inputs for each dimension in the array. If you wire a 1D array to the function, the function displays the index inputs for an element. If you wire a 2D array to the function, the function displays the index inputs for a row and column, respectively. If you wire a 3D through nD array to the function, the function displays the index inputs for a page.
10-02-2010 07:50 PM
Thanks.
I missed that explanation.