Re: Best practices- nested loops or handlers or both
Re: Best practices- nested loops or handlers or both
- Subject: Re: Best practices- nested loops or handlers or both
- From: "Adam K. Wuellner" <email@hidden>
- Date: Tue, 2 Nov 2004 09:19:13 -0600
On Nov 1, 2004, at 6:45 PM, Paul Berkowitz wrote:
Here are two of you blithely assertion that
d = d + 1
is an assignment. Not in AppleScript it ain't. ;-) It's an equality
statement which - by definition - is always going to be false. The
value for
d will never change and the recursion will be endless. I think you
both must
mean to say:
set d to d + 1
Yes?
Surely, had I not been writing pseudo code. ;o) Didn't mean to cause
confusion.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden