Fwd: Union of sets (lists
Fwd: Union of sets (lists
- Subject: Fwd: Union of sets (lists
- From: Michelle Steiner <email@hidden>
- Date: Sat, 11 Jan 2003 18:43:49 -0700
Begin forwarded message:
From: Michelle Steiner <email@hidden>
Date: Sat Jan 11, 2003 6:32:16 PM America/Phoenix
To: Paul Berkowitz <email@hidden>
Subject: Re: Union of sets (lists
On Saturday, January 11, 2003, at 05:58 PM, Paul Berkowitz wrote:
1) Really, it's simpler just to _never_ use 'repeat with i in x'
constructions. If you always use
repeat with i from 1 to (count x)
set anItem to item i of x
you'll be much happier.
This is one of the rare times it didn't work. When I tried to use
"set j to a reference to i" and then tried to evaluate for j, it threw
an error.
But thanks, I'll try to use the counter instead from now on.
--Michelle
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
"There's some good in the world, Mr. Frodo, and it's worth fighting
for."
_______________________________________________
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.