lmf232s
06-08-2004, 12:15 AM
I was wondering if anyone know how to in code
refer to any web page(well say click here (http://www.x-rates.com/)
and extract the text from that page. Specifically the exchange rate. Which I can then take and do calculations off of.
I have seen in VB where you can do this.
The string that comes back is an array with a delimiter(,)
so something like "10.2,.054,.0454,"
Any one have any idea on how to go about this.
refer to any web page(well say click here (http://www.x-rates.com/)
and extract the text from that page. Specifically the exchange rate. Which I can then take and do calculations off of.
I have seen in VB where you can do this.
The string that comes back is an array with a delimiter(,)
so something like "10.2,.054,.0454,"
Any one have any idea on how to go about this.