i have to read file which is like this..
23455465 4545464554 44545455
24345555 4546644343 45454555
45646456 5666545456 65768788
need to read it in column wise...
i have read the first column successfully by taking each line....to read the next column,i have taken the line and then erased til 23455465.. now i neeed to take only the no (i.e)4545464554..for that i need to remove the spaces in front and then stop till the next spaces..if any special function is available..pls help me
23455465 4545464554 44545455
24345555 4546644343 45454555
45646456 5666545456 65768788
need to read it in column wise...
i have read the first column successfully by taking each line....to read the next column,i have taken the line and then erased til 23455465.. now i neeed to take only the no (i.e)4545464554..for that i need to remove the spaces in front and then stop till the next spaces..if any special function is available..pls help me