try something like

foreach line read/lines %yourfile.txt [
ypage: read join http://chart.yahoo.com/table.csv?s= line
; here do something with the page you just read.
; simple:
; write to-file join line ".html" ypage
; more complex:
; parse ypage [parse rules for ripping relevent data out of page]


--
Andrew Grossman
http://web.dartmouth.edu/~grossman/pgp.html

--- You wrote:
I 've got a list of financial securities stocked in a file, with one share per
line.Ex :
SGI
MSFT
IBM
etc
etc

I would like to read this file  to create an URL which contain the name of the
quote without the carriage return of the end of line:
Ex : address: join http://"chart.yahoo.com/table.csv?s=" quote "&a...."

Does someone got an idea to create a block with only the name of the shares ?

thanks

laurent

--- end of quote ---

Reply via email to