Hi Guys
i'am trying to learn text file manipulation and i've got a problem with one particuler subject and unsure of how to acchive what i need the text file contains lines in this format
Name0 1 2 3456 7 8 9 10 "discription"
Name1 1 2 3458 7 8 9 10 "discription"
etc
etc
what the problem is i cant understand on how to only grap parts of the line
ie in a textbox i would like it to read
discription 3456
then next line down
discription 3458
and so on till end of the text file
could someone point me in the right direction here please
TIA
Maori