06-19-2012 03:58 AM
I need a string tokenizer that handles quotes in LabVIEW.
Assume that there is a string, abc bcc="xxx yyy"
After tokenizing, token 1 is abc, and token 2 is bcc="xxx yyy".
The tokenizer should ignore white characters between quotes.
I use LabVIEW 2009 SP1.
Does anyone have a tokenizer VI?
Solved! Go to Solution.
06-19-2012 05:37 AM
HI
There is a VI available for String Tokenizer In LabVIEW 2010
You can try this.
Regards
Prabhakant
06-19-2012 12:05 PM
I expect that I can make something cleaner if I had a better understanding of your expected input, but this works with what I know.
The bottom loop looks for start & end quotation marks and pastes the elements together that the first loop shouldn't have (based on your requirement) taken apart.