N
NickPick
I get a comma separated string from yahoo finance which I want to
convert. The first column is the date, the second the stock price and
the rest is irrelevant. How can I extract the second column into
separate Integer when the String looks as follows:
2004-01-02,27.58,28.83,27.26,27.65,63635800,23.18
thanks
convert. The first column is the date, the second the stock price and
the rest is irrelevant. How can I extract the second column into
separate Integer when the String looks as follows:
2004-01-02,27.58,28.83,27.26,27.65,63635800,23.18
thanks