More and More Errors
More and More Errors
- Subject: More and More Errors
- From: email@hidden
- Date: Wed, 19 Feb 2003 16:55:18 EST
Hi there, I sent a message previously re: "stack overflow" and "end of file"
errors. All my lovely scripts for Entourage are all fouled up with my new
operating system (10.2.4). Here's another one:
tell application "Microsoft Entourage"
set theMessages to (get current messages)
repeat with i from 1 to (count theMessages)
set theMsg to item i of theMessages
set the name of the sender of theMsg to ""
end repeat
end tell
I can run this in Script Editor just fine. However, the way I was using it
before (again, which worked just fine in my old operating system), was I
created a Rule in Entourage, and applied it to all messages, so it would run
automatically whenever there was incoming mail. Now, I get this freakin'
thing. "The script could not be run. Error -192."
What the HELL is that? Why can't I run that script using a rule anymore?
Please, oh please, let someone with knowledge help me. Oh please.
_______________________________________________
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.