I have a VI which is using activex to read from a spreadsheet. I have am reading a 1 column by 13 row array from the spreadsheet, the data of which is either TRUE or FALSE for any of the elements.
I then want to compare each of the elements to see if they are = to a constant of TRUE to set 1 or more of 13 boolean indicators on my front panel
Can this be done and if so how?
Thanks in advance