LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The doc for the Array Subset function shows function extensible

Solved!
Go to solution

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?

 

 

0 Kudos
Message 1 of 3
(2,572 Views)
Solution
Accepted by topic author dbaechtel

Array Subset Details

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.

Message 2 of 3
(2,567 Views)

Thanks.

 

I missed that explanation.

0 Kudos
Message 3 of 3
(2,561 Views)