in reply to Re: extracting lines
in thread extracting lines

this appears to print everything in the file, no change

Replies are listed 'Best First'.
Re^3: extracting lines
by Anonymous Monk on Jul 02, 2004 at 10:46 UTC
    sorry just seen the update
      only problem here, is that it omits everything e.g
      # phn .. .. # xxxxx # phn .. .. # 1ord
      so here the code would onit both rather than just the second?
        Yes, it starts with the first "phn" and it ends with the first "lord". Everything between get lost. It can't work properly if the file isn't structured this way.