• 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
Silly question?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Silly question?
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Strip characters without recursive loop
  • Next by Date: Re: Silly question?
  • Previous by thread: Re: Recording
  • Next by thread: Re: Silly question?
  • Index(es):
    • Date
    • Thread