07-16-2012, 01:56 PM
That is works perfectly, but after i inserted the code i had a thought. I want to keep the older version and keep it. Every time there is different data i want it to create a different "Compare.txt" file. So the first file will be "Compare_v1.txt" then the next different one will be "Compare_v2.txt". I know i need some kind of for loop that compares old data to new data, then an if statement that says something like "if different, then data.savefile(...)". I have a have a general idea of what it should look like, but i am unable to write out the code to make it work.