Hi,
My application uses a series of files to configure it self and I need to search in arrays to find which are similar to a given reference.
My solution is to use a for with a Match pattern VI and some logic to do the operation.
I believe that "Search 1D Array" would be faster than this implementation if it had the option to use wild cards ("*" and "?") as "element" input.
Other option would be include a flag "Exact match", by default set to TRUE to behave as is today or FALSE to stop on first occurrence of "element" in the array that contains it somewhere.
For example, if element = "ode" and array element = "model", it should set as a match if Exact match is set to FALSE.
Cheers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any idea that has received less than 7 kudos within 7 years after posting will be automatically declined.