in reply to Help Extract these lines

Perhaps worth nothing: most of the proposed solutions above do NOT extend easily or gracefully if the sample data is just one element of a multi-record set.

To me (YMMV), that raises the question: "Is the data stored in a reasonable fashion?"
(If so, it's easy enough to extend by initially storing the data to arrays, and then using an AOA or HOA.)


If you didn't program your executable by toggling in binary, it wasn't really programming!