Im in the middle of writing a program. Part of that prog is to open a .txt file . The format of the file is two colums of numbers seperated by a comma i.e. row one would look like 0.23657, -3.6548,

approximately 3000 rows will be in the file.

I need to read in the data from the file, perform some maths and output the result.

Something like get the average of column 1 and the average from column 2 and add these results together.

Any ideas or source code?

Many thanx, Paul...