• 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
Re: (no subject)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


  • Subject: Re: (no subject)
  • From: Michelle Steiner <email@hidden>
  • Date: Thu, 20 Nov 2003 11:43:20 -0700

On Nov 20, 2003, at 10:44 AM, Wallace, William wrote:

set loop_list to {"a", "b", "c", "d"}

repeat with i from (count of loop_list) to 1
display dialog item i
end repeat

Two errors there; the second shows up after fixing the first.

repeat with from (count of loop_list) to 1 by - 1
display dialog item i of loop_list
end repeat

--Michelle

--
Gore: 50,999,897
Bush: 50,456,002
Re-defeat Bush
_______________________________________________
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.

References: 
 >(no subject) (From: "Wallace, William" <email@hidden>)

  • Prev by Date: Re: (no subject)
  • Next by Date: Re: set variable to a command?
  • Previous by thread: Re: (no subject)
  • Next by thread: Re: (no subject)
  • Index(es):
    • Date
    • Thread