I want to first thank for that very promt reply on my first question. For all the programmers out there who know what they're doing I was wondering how you would tackle this task.
I have read a Text File and saved each line into an array of string
for example here's several lines
INTC,-0.73,1050601
INTC,0.37,1050601
INTC,0.62,1050602
INTC,0.47,1050602
INTC,0.04,1050602
There are 3 pieces of data seperated by commas. What I want is to get each piece of data into it's own array. Ideas?
Thanks