<br><font size=2 face="sans-serif">Brilliant, that is just what I was looking
for. I just hadn't been looking in the right places.</font>
<br>
<br><font size=2 face="sans-serif">Thanks very much.</font>
<br>
<br><font size=2 face="sans-serif">&lt;&lt;</font><tt><font size=2>You
can use something like<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
(HTTPClient httpGet: 'www.google.com') contents<br>
<br>
to get the text of a web page. Just using<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
HTTPClient httpGet: 'www.google.com'<br>
<br>
gives you a &quot;stream&quot; over the page's text.<br>
<br>
You can browse HTTPClient's class side to see how the method works &nbsp;<br>
and start digging deeper.<br>
<br>
Hope this helps,<br>
Benjamin Schroeder&gt;&gt;<br>
</font></tt>