This is the code I've come up with that works fairly well. It's a little redundant and messy. I'm try to take into account different combinations of commas and spaces that people might use. The only thing I'm running into is the use of Alt-Enter. Some people do this to have the log files look nice especially with hyphenated numbers so they don't split between lines. How would I make this code ignore their use when separating the numbers into the arrays for comparison? Right now the code with flag say "8Alt-Enter9" only with "8Alt-Enter9" not lines that are even just 8 or 9. I tried something with CHAR(10) but no luck. Any pointers on cleaning up the code would be greatly appreciated too.
Bookmarks