LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How could I search for a pattern in a 2d array?

How could I search for a pattern in a 2d array?
I have to search in data parsing to a display, and I look for ASCII characters! (Pattern matching)
0 Kudos
Message 1 of 2
(2,608 Views)
You can use the match pattern function under the string palette. This will allow you to specify ascii characters and then you can search through the 2d array by splitting it up by rows or columns. You will have to make your own recipe to solve this one, but it will be a combination of these elements and maybe a for loop to index through the arrays. Hope this helps.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 2
(2,608 Views)