Hi Guys,

I'm stuck again ;(

I have a file structure that looks something like this

1:<name>
<int>
<int>
<int>
<int>
<int>
2:<name>
...
3:<name>
...
4:<name>


The ID before <name> seperated by a ':' is the ID I am searching for.

So I want to search for ID say 10 and get back the next 6 lines into class members.

Any help on this would be great, I did write somehting but well, it sucks and keeps locking up on me

- Darren