Hi guys,
i'm a fan of autoit from many years!
This is my problem.
I have the source html code oh an html page
For example this:
<html>
example text
<a href="www.url1.com">description1</a>
<a href="www.url2.com">description2</a>
<a href="www.url3.com">description3</a>
</html>
I would like to get a bidimensional array (possibly without using ie browser) that contains all the links and their description:
array={(www.url1.