Help me !
I want to write code read file txt and I want to get each value of arry in file txt,
but I don't know get it !
ex : In my file txt have :
10/30/2010 10:42:48 PM 19,955.40 19,996.19 20,745.54 3,822.54 28,418.70 32,576.54 2,632.80 468.79 252.42 20.09 73,121.67 6,594.94 3,476.08 737.20 3,040.86 15,740.80 692.31 19,500.00
I want get each value in file, when I run code , I only one display : 10/30/2010 10:42:48 PM, 3,040.86 - 73,121.67 or I want to diplay any value I like !
And each value I can use to Addition(+), Subtraction(-), multiply(*), division(:)
I only know code read file, about Array I'm verry bad !
my code : http://www.4shared.com/file/T3jR-BU5/readfile.html