07-25-2017 04:47 PM
In the attached VI, I am attempting to search if a part of the word "Primary" is in a string. If any part of that word is found, then the partial word is replaced the with the full word "Primary". For example, some enteries will contain the word "Prim", or "Primar". These words must be replaced with "Primary".
Thanks.
Solved! Go to Solution.
07-25-2017 05:13 PM
This should work, IF AND ONLY IF, Prim, Primar, Primary, is at the end of the string like in the example you posted.
mcduff
07-25-2017 05:20 PM
I did not consider the case without Prim, Primar, etc.
Then modify as such
mcduff