Title: Entourage Script for a Single Contact
I currently have a script with which I’m happy with what it does. To execute it I loop through all the Contacts. But now I’d like to execute what it does, but just for the Contact I am Saving (for the other Contacts have not been changed, hence don’t need to be processed).
- Is there a way to trigger a script to execute just when a Contact is Saved? And
- If so, What do I set “theContact” to, in the following extract from my current script?
set contct to every contact
repeating thru all the contacts:
set “theContact” to item i of contct
Thanks in advance for any help.
Peter