Say you have a string with the value of:
Is there any possible way of say grabbing those URLs and putting them into a listbox with Item Text as Google, and Item Data as http://www.google.com/ and so on?Code:<html> <body> <a href=http://www.google.com/>Google</a><br> <a href=http://www.yahoo.com/>Yahoo</a> </body></html>
I've run into a need for this several times, and never bothered to ask about it. But it sure would be nice to know.![]()

