Quote Originally Posted by Schmidt View Post
You have a broad set of COM-libs you can use to parse that conveniently:
- either use one of the MS-XML-COM-libs which come preinstalled on your system,
- or the XML-parser included in the RichClient-lib

Though before posting any code (in case these results come from a "Web-Service", via an https-API)...

Such WebApis usually offer you a choice, to retrieve the results either in XML- or in JSON-format.

And it is the latter one, which is the more commonly used these days.
(and yes, there's also several good JSON-parsers available, to parse such results in VB6).

Olaf


Do you have an example for this to send it to me please?