Re: Script for Eudora
Re: Script for Eudora
- Subject: Re: Script for Eudora
- From: John Delacour <email@hidden>
- Date: Sun, 2 Mar 2003 00:04:23 +0000
- Mac-eudora-version: 6.0a8
At 5:40 pm -0500 1/3/03, Hudson Barton wrote:
I see I do mention crashes at my site, but I thought we'd got that
fixed. It's a while since I looked at this. I have the crash
logs, so I'll report it and ask what's happening.
The following seems to work OK.
...
tell nickname file 1
tell nickname "Frank_Fish"
set recipient to false
set field "name" to "Frank Fish"
Not here it doesn't. It just takes a bit longer to crash. There was
no problem in earlier versions, so this is something that's crept in
recently. It should be easy enough to fix. I'm using a later
version so it's possible it's even worse here!
I still don't know how to reference the fields under the tab for a
person's work (as opposed to his "home"). Can you help with that
one?
That should be clear from the script I suggested you download.
tell app "Eudora"
{field"city",field"phone",field"city2",field"phone2"}of nickname"steinway"
--> {":London", ":(020) 8992 2741", "London", "(020) 8992 2741"}
end
The colons indicate that the fields are empty in the home panel put
filled in the work panel. It's done like this specially for the
benefit of John Welch. Ditto the ascii character 3s to indicate
carriage returns in fields.
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.