Page 1 of 1

Array and fopen

Posted: Wed Nov 09, 2005 6:21 pm
by shoxlx
Is there a simple way to open a file with an array in it and edit one part of the array and save the file without having to go through a whole process if rewriting it??

Posted: Wed Nov 09, 2005 6:23 pm
by feyd
nope. The entire file must be rewritten..

Posted: Wed Nov 09, 2005 6:26 pm
by shoxlx
ok... thnxs...