LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

2D Array

Solved!
Go to solution

Hi,

 

This might be simple, i didnt get the trick to do it. When i do search "A" it accumulates 2D array of data having A information of the input array. Similarly if do search A and B using search Array input. I need to select and display both A and B info in the output 2D array.

Array.png

 

any directions on how to get this.

---
Silver_Shaper | CLD
0 Kudos
Message 1 of 2
(2,650 Views)
Solution
Accepted by Silver_Shaper

I would flip your loops.  Autoindex on the input array on the outer loop and autoindex on the search array on the inner loop.  You should also use the autoindex output on the outer loop.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,638 Views)