Silly question?
Silly question?
- Subject: Silly question?
- From: Glenn <email@hidden>
- Date: Tue, 19 Aug 2003 18:25:16 -0700
Why the heck does:
tell application "Microsoft Entourage"
repeat with the_contact in contacts
display name of the_contact
end repeat
end tell
Take *forever* to display each contact name, while:
tell application "Microsoft Entourage"
repeat with contact_index from 1 to count contacts
display name of contact contact_index
end repeat
end tell
Just blazes along?(?)
TIA - -
::Glenn
-----
[hEADcRASH scribbled this message while experiencing "Molto vivace" by
Beethoven]
_______________________________________________
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.