04-11-2006 04:23 PM
I’m looking for a way to parse a string that uses double quotes as the delimiter that contains a nested string with double quotes. I want to keep the double quotes in the nested string. Is there a function in Labview that I can use to easily do this? Does Labview have a command line parser / interpreter?
The string example is: While match "Send Test "Sleep 5" ">""
The result string would be: Send Test "Sleep 5" ">"
04-11-2006 04:51 PM
04-11-2006 10:35 PM - edited 04-11-2006 10:35 PM

Message Edited by tuba on 04-11-2006 10:35 PM
04-12-2006 09:44 AM
Thanks for the examples and the quick turn around on these solutions.
Jeff