View Single Post
  #6 (permalink)  
Old 02-28-07, 08:13 PM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
When I used to use flat files, I couldn't get the append mode to work properly. So
I always read my file into an array then added my new data to the array and then wrote the array back to the file using the write mode.
__________________
Jerry Broughton
Reply With Quote