• 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
loops vs no loops ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

loops vs no loops ?


  • Subject: loops vs no loops ?
  • From: Jean-Christophe Helary <email@hidden>
  • Date: Sat, 4 Nov 2017 22:31:58 +0900

It's probably a detail but I'm curious.

What is the best between (pseudo code):

if true
        do action 1 to 4
else
        do action 4
end if

and

if true
        do action 1 to 3
end if
do action 4



Jean-Christophe Helary
-----------------------------------------------
@brandelune http://mac4translators.blogspot.com


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: loops vs no loops ?
      • From: Steve Bird <email@hidden>
  • Prev by Date: Re: What is Best Method To Determine Duplicate Items in a Large List?
  • Next by Date: Re: loops vs no loops ?
  • Previous by thread: Re: What is Best Method To Determine Duplicate Items in a Large List?
  • Next by thread: Re: loops vs no loops ?
  • Index(es):
    • Date
    • Thread