Title: Re: Importing Cced Contacts
On 8/11/02 11:01 AM, I wrote:

                   display dialog "There is already a contact of the same name     \"" & dName & "\" but not this email address." & return & return & "Add the email address to the existing contact, or make a new contact?" buttons {"Add Email Address", "Make New Contact"} with icon 2

Somehow a tab must have crept in there in the original, replaced by 5 spaces in email:

        
the same name     \"" & dName

Not serious, but replace that by a single space, as in:

 
                           display dialog "There is already a contact of the same name \"" & dName & "\" but not this email address." & return & return & "Add the email address to the existing contact, or make a new contact?" buttons {"Add Email Address", "Make New Contact"} with icon 2   

--
Paul Berkowitz

Reply via email to