• 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: Best practices- nested loops or handlers or both
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: Best practices- nested loops or handlers or both (From: Paul Berkowitz <email@hidden>)

  • Prev by Date: Re: Inheritance and Loaded Libraries
  • Next by Date: Re: Bridge anyone? [not off topic]
  • Previous by thread: Re: Best practices- nested loops or handlers or both
  • Next by thread: Re: Best practices- nested loops or handlers or both
  • Index(es):
    • Date
    • Thread