Brilliant, that is just what I was looking for. I just hadn't been looking in the right places.

Thanks very much.

<<You can use something like

                (HTTPClient httpGet: 'www.google.com') contents

to get the text of a web page. Just using

                HTTPClient httpGet: 'www.google.com'

gives you a "stream" over the page's text.

You can browse HTTPClient's class side to see how the method works  
and start digging deeper.

Hope this helps,
Benjamin Schroeder>>
_______________________________________________
Beginners mailing list
[email protected]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to