hello,
what i have is a table with binary strings. i am seaching through the table to find matching strings that the user inputs. i use a for loop but i need a way to do a few options.
1. i know there is a way to use the for loop without having to specify a "N" value but is the way i am doing it sufficient.
2. my program is not highlighting all the occurences, it is skipping some occurences
3. search for 1st occurence
4 Go to next occurence
5. Find all occurences
6. an option to clear the table and the table selections.
i attached a vi that does the searching but that's about it. thank you in advance