Currently in my project, I am using Read and Write. This is far too slow when it comes to saving stuff cos i have to rewrite the file again and my file is huggee. my file looks kinda like this:

"part1", "secondbit", "thirdbit", etc
"walrus", "bigman", "mad"

will using the Put statement make it possible to change a line in my file without rewriting the file again?, and how would i read the line again?

i want all the data being read from the file to be stored into arrays i.e. FirstPart(1)="part1"
FirstPart(2)="walrus"

please help