I tried your code, but the output file was empty. My original regex grabs what I need but doesn't print out all the contents of the array. I commented out different parts of the code and ran them serperately to see if the regex was putting what I wanted into the array to begin with, and it is. Everything works up until I check for the 0.00 and print if that condition is true. It does print if that condition is true but does not print up to the ADJ TO TOTALS part of the regex.
Is there a reson why this part of the code would truncate the regex?