01-09-2016, 10:48 PM
Guys,
How can I set a txt File with the result of the "out a[i].outerHTML" below ?
I can see all the lines at QM but i can't export it
Help, Please!!!
How can I set a txt File with the result of the "out a[i].outerHTML" below ?
I can see all the lines at QM but i can't export it
HtmlDoc d
d.SetOptions(2)
d.InitFromWeb("http://www.quickmacros.com/")
ARRAY(MSHTML.IHTMLElement) a; int i
d.GetLinks(a)
for i 0 a.len
out a[i].outerHTML
Help, Please!!!