Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get text of webpage
#31

This is helpful, but when I try to put it into a message it doesn't show it all, only the first set of numbers.

I just tested it with this but I dont get everything.


Macro ( Macro33 )
Code:
Copy      Help
out
str s message
IntGetFile "http://www.weather.com/weather/tenday/48183" s
;
ARRAY(str) a r
HtmlTableToArray s 12 r
;

int i ncolumns=2

for i 0 r.len ncolumns

,message.from("Temperature: []" r[1+i])

mes message
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)