04-14-2010 09:56 AM
Hi there,
I am looking for a way to scan a string for some inputs that are surounded by quotation marks.
I tried to use the vi "scan from string" but maybe it is better to user the vi "match regular expression".
Maybe you could give me some advice?
for example I do have that kind of string:
<MType="test">
<Nab="35.2" Nub="35.1" Nob="65,2"/>
<Mol="98.65" Mal="98.65" Mil="66.55"/>
</MType>
Thank you very much in advace.
04-14-2010 10:15 AM