Re: (no subject)
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>) |