Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting Text From a Website
#4
This may help? If not, post an example of the site, and what information it is that you are trying to get.

you may just want something like this?

Macro
Code:
Copy      Help
HtmlDoc d.InitFromWeb("http://www.quickmacros.com/index.html")
str s=d.GetText
out s
str second.getl(s 1) ;;0 is first line, 1 is second
mes second


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)