String operations

I want to get the tags and the respective content to write in an excel sheet.
What’s the most efficient way of doing this? (Or in fact any way!)

Capture

Using Invoke Code set to c# or vb you can load the string into an xmldocument and then parse it using xpath

Turns out there is a much faster way
I have not tested this, but you could give it a try

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.