Hi
Please help me out that i want to retrieve a string present in between file
For eg:
if there are 10 lines in file i started retrieving from 3rd line but i should print only up to 7th line.
if i use
CODE
if(in.contains("<search string>")
it starts from that particular line but i don't know how to stop in particular line.
Please help me out...
Thanks in advance......