|
-
Mar 11th, 2000, 10:40 AM
#1
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|