I have a text file that contains 3 columns all doubles. I need to get only the first two columns and store each one seperate.
ex.

45.909090 76.4839282 89.73739

i just need 45.909090 and 76.4839282 then skip to do it until i reach the end of the file.

Any Ideas??

Thanks

O yeah I am using C#...thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.