in reply to Re: Iterating through file to find specific subsets of lines
in thread Iterating through file to find specific subsets of lines

Using your scalar would be more efficient than my array solution... if you could get rid of your off-by-1 error (tested).
  • Comment on Re^2: Iterating through file to find specific subsets of lines