09-23-2014 02:39 AM
Hi,
Here is a string "Agilent Technologies,E5071C,MY46103457,A.08.12". I want to have a VI which return 1, if it find "E5071C". else return 0. Can I use already exsiting VI in pallete?
Solved! Go to Solution.
09-23-2014 02:49 AM
What are you waiting for?
09-23-2014 06:23 AM
You can use three functions that are already in the pallets. Take a look at the help for Match Pattern; you may find something that helps more than a 0,1 result.
09-24-2014 01:25 AM
one more question, If I store all possible values in array. for instance, {E5071c, E5071B, 8759ES} and want to search a string to see if any of string in that array in that string. could you please share a VI to solve this question?
09-24-2014 02:16 AM
09-24-2014 02:21 AM