Re: How to delete data from a file

2002-09-18 Thread Dharmender Rai
Steve , You are using a flat ascii file. Now you have 2 options: [1] For Huge Files: Overwrite the first character of the line to be deleted with a special character like '#' or '$' e.t.c. Although this approach will make deletion faster, the size of the file will be large as the deleted data

Re: How to delete data from a file

2002-09-18 Thread david
Steveo wrote: > Thanks to the people on this list I've been able to create a form > submission page that writes team data for a fps league to a data file. I > can also call up that data and present it 'nicely' on a web browser. The > next step for me is to be able to submit the name of a clan I