Hi
How can I add numbers from a text file (and there are only numbers in that txt file), without using IO.File.ReadAllLines
is there any other method?
I can't use the above because my code must work on a desktop pc, as well as on a pocket pc.
and ReadAllLines is not supported in the compact framework for Windows Mobile.
thanks
How can I add numbers from a text file (and there are only numbers in that txt file), without using IO.File.ReadAllLines
is there any other method?
I can't use the above because my code must work on a desktop pc, as well as on a pocket pc.
and ReadAllLines is not supported in the compact framework for Windows Mobile.
thanks