On Wednesday, September 18, 2013 5:14:10 PM UTC+5:30, Peter Otten wrote:
> nikhil Pandey wrote:
>
>
>
> > hi,
>
> > I want to iterate over the lines of a file and when i find certain lines,
>
> > i need another loop starting from the next of that &quo
On Wednesday, September 18, 2013 4:51:51 PM UTC+5:30, Chris Angelico wrote:
> On Wed, Sep 18, 2013 at 9:12 PM, nikhil Pandey
> wrote:
>
> > hi,
>
> > I want to iterate over the lines of a file and when i find certain lines, i
> > need another loop starting from t
hi,
I want to iterate over the lines of a file and when i find certain lines, i
need another loop starting from the next of that "CERTAIN" line till a few (say
20) lines later.
so, basically i need two pointers to lines (one for outer loop(for each line in
file)) and one for inner loop. How can