This might get you started

read/lines will create a block with each line from the file as an item
quotes: read/lines %quotes.txt
== ["SGI" "MSFT" "IBM"]


Cheers,

Allen K

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 14, 1999 1:40 AM
Subject: [REBOL] url concatenation


> Hello,
>
> 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
>
>
> --
> ------------------------------------------------------------------------
> Laurent Curnier                |             06-63-10-01-43
> Ingénieur Système            |             01-41-09-13-45
> GSF-CDC                        | [EMAIL PROTECTED]
> PARIS                            |
> ------------------------------------------------------------------------
>
>

Reply via email to