What does it look like, what you're saying here isn't exactly describing your problem, if we get some info on how your comma seperated is formed, if the
Includes hitting the enter key has something todo with breaking the lines so it would be something like:
Quote:
first, second, third, forth
first, second, third, forth
first, second, th<enter>
ird, forth
first, second, third, forth
|
So you had something usefull to search for, say "
all lines which has less than N commas must be broken from a user entered <enter>" so combine that with whatever following on the next line..
Else if it's just something like: "
every tenth line is screwed, so combine that with the eleventh it's just a matter of counting the lines, and then mengle with the tenth/eleventh line...
But in order to see what we have here, we realy need to take a closer look at what an occurance of this might look like.