in reply to Re^3: extracting lines
in thread extracting lines

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?

Replies are listed 'Best First'.
Re^5: extracting lines
by neniro (Priest) on Jul 02, 2004 at 11:02 UTC
    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.