Right guys, I'm really new to this but I'm getting along ok, but I've hit a block.
I need to be able to know how to search a text file in VB for a particular line and then display it.
the files I'm trying to use are set up as: Name, number1, number3, number4, number5, number6, number7
like this
methane 50.8 65.3 77.2 0.236 12.0 258.5
So I need to know how to search the file for the Name and then display the rest of that line and save it in array
I can read a file from beginning to end but this I am clueless about, thanks
It's for a system to add, display, update and remove workers
and many thanks in advance