Hello,
I'm writing a script to automaticaly get historical quote from Yahoo Finance, and
I would like to save the quote in a file with name: <quotename>.data.
How can I use the "write" command to give a variable as a filename ?
In shell script, I would have written :
for i in SGI MSFT AAPL
do
get $i > $i.data
done
thanks
laurent
- [REBOL] inserting from a file hmf
- [REBOL] inserting from a file Re: Petr . Krenzelok
- [REBOL] Rebol on NeXT ? lcurnier
- [REBOL] Rebol on NeXT ? Re: fuchs
- [REBOL] url concatenation lcurnier
- [REBOL] url concatenation lcurnier
