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,
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
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
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
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!