Re: Updating a text file

2004-02-16 Thread Jan Eden
R. Joseph Newton wrote: >Jan Eden wrote: > >>Hi, >> >>[EMAIL PROTECTED] wrote: >> >>>I have a text file with a records like: >>> >>>smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: >>>[EMAIL PROTECTED] >>> >>>and another text file with placeholders like: >>> >>>Hello $last_name,

Re: Updating a text file

2004-02-16 Thread Mame Mbodji
Thanks, I will give it a try! "R. Joseph Newton" wrote: > > Jan Eden wrote: > > > Hi, > > > > [EMAIL PROTECTED] wrote: > > > > >I have a text file with a records like: > > > > > >smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: > > >[EMAIL PROTECTED] > > > > > >and another text

Re: Updating a text file

2004-02-15 Thread R. Joseph Newton
Jan Eden wrote: > Hi, > > [EMAIL PROTECTED] wrote: > > >I have a text file with a records like: > > > >smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: > >[EMAIL PROTECTED] > > > >and another text file with placeholders like: > > > >Hello $last_name, $first_name: > > > >I want to

Re: Updating a text file

2004-02-15 Thread Jan Eden
Hi, [EMAIL PROTECTED] wrote: >I have a text file with a records like: > >smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: >[EMAIL PROTECTED] > >and another text file with placeholders like: > >Hello $last_name, $first_name: > >I want to read the first textfile and update the seco

Updating a text file

2004-02-15 Thread Mercedissa1
I have a text file with a records like: smith, James, Dr., 115 Fourth Street, Chicago, IL, 32012, $20.00: [EMAIL PROTECTED] and another text file with placeholders like: Hello $last_name, $first_name: I want to read the first textfile and update the second one. Any ideas!