02072007 1615 GMT-6 Im opening a csv file, loading the data into an array, comparing it to another array, then writing it back.
I was using "w+" because it put the pointer at the beginning of the file. I thought that was what I wanted because, the data was going to be overwritten by the changes made from comparing the array. But what Im finding is, even though there is data in the file, I am not getting the data out. Is this because the pointer is at the beginning? wade
