Hi
Everybody,
I am confused for a few days, how to read the data file seperated by comma.
for exampe following file.
data.txt
1,2,3,4,5,6,7,8 ,9,10
11,12,13,14,15, 16,17,18,19,20
how to read it inot an array or display them on screen?
thanks
Everybody,
I am confused for a few days, how to read the data file seperated by comma.
for exampe following file.
data.txt
1,2,3,4,5,6,7,8 ,9,10
11,12,13,14,15, 16,17,18,19,20
how to read it inot an array or display them on screen?
thanks
Comment