I have the content of "Data.txt"
Row 1: ACB MMM
Row 2: Date High Low Open Close Volume Adjusted Close Date High Low Open Close Volume Adjusted Close
Row 3: 40000 10 12 16 17 1500 17.2 40002 12 11 14 12 1200 12.2
Row 4: 40001 17.2 14 15 16 2500 18 40003 13.2 12 13 13 2300 13
Note: First and Second row is only strings with every string is separated by tab. From the third row, it is only numbers with every string is separated by tab.
I want to read from row 3 to store in array "data" and read row 1 to store in array "symbol".
Thank you for your help.
Here is my code as following link: http://www.mediafire.com/view/qfxtvj8sr022rff/Code.txt