I want to pull historical stock market data (comma-seperated format) from Yahoo into my PureBasic application. Is there a way I can put it directly into an array or save it to disk first and then read it in? I think I can handle parsing the data once I get it into a general string array or a disk file.
Here is an example of some CSV data from Yahoo Finance (it's free!).
http://table.finance.yahoo.com/table.csv?s=IBM&g=d
Thanks for any help or ideas

Mark