• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Eudora script will not compile
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
  • Follow-Ups:
    • Re: Eudora script will not compile
      • From: John Delacour <email@hidden>
  • Prev by Date: Re: Understanding a repeat loop (strings/characters)
  • Next by Date: Re: Understanding a repeat loop (strings/characters)
  • Previous by thread: Re: Modifying a .plist file
  • Next by thread: Re: Eudora script will not compile
  • Index(es):
    • Date
    • Thread