Re: delete pattern from text file

2003-03-18 Thread zentara
On Mon, 17 Mar 2003 12:30:02 -0500, [EMAIL PROTECTED] (Andrew Hughes) wrote: >submit the file gets read into memory. If I open the file as open >(DELETEFILE, ">>" . etc., the list gets overwritten entirely with nothing. >If I open the file as open (DELETEFILE, "" . etc, the info gets stored into

delete pattern from text file

2003-03-17 Thread Hughes, Andrew
I am trying to use the following piece of code for subscribers to unsubscribe from my mailing list. The problem is that when the user clicks submit the file gets read into memory. If I open the file as open (DELETEFILE, ">>" . etc., the list gets overwritten entirely with nothing. It appears that