LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array Comparison...Database Search

I have a database of different number strings each 8 numbers long saved in Excel.  I wrote a simple vi to generate another string 8 numbers long.  How do I get the Labview to to compare each string to the generated one and if they do not match continue comparing to the end of the excel database.  The Excel sheet will not have a set number strings to compare...I'm using LV 6.1....Thanks.
LabVIEW 2016 - Windows 7

CLAD
0 Kudos
Message 1 of 2
(2,510 Views)
Easiest would be to read the excel sheet into memory as e.g. I32 array, then use "search array". to find the index of the first match.
Message 2 of 2
(2,505 Views)