Eudora script will not compile
Eudora script will not compile
- Subject: Eudora script will not compile
- From: Francine Mack <email@hidden>
- Date: Sun, 23 Feb 2003 23:08:19 -0600
tell application "Eudora"
display dialog "The selected messages will be deleted after
twelve hours. There is no undo available." buttons {"Cancel",
"Delete"} default button "Delete"
set btn to button returned of result
if btn is "Delete" then
set theMessages to current messages
repeat with msg in theMessages
delete msg
end repeat
end if
end tell
I am obviously new to scripting. I have tried to rewrite a script that I found
but I was not successful.I tried two ways but either could not
compile or it was incomplete and would not return. I would appreciate
suggestions on changing what I have here.
TIA,
Francine
_______________________________________________
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.