• 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
Fwd: Skip current repeat iteration
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Skip current repeat iteration


  • Subject: Fwd: Skip current repeat iteration
  • From: Michelle Steiner <email@hidden>
  • Date: Tue, 22 Oct 2002 12:07:52 -0700

Begin forwarded message:

From: Michelle Steiner <email@hidden>
Date: Tue Oct 22, 2002 9:29:45 AM America/Phoenix
To: "John C. Welch" <email@hidden>
Subject: Re: Skip current repeat iteration

On Tuesday, October 22, 2002, at 08:27 AM, John C. Welch wrote:

I know this is a simple question, but, how does one go about telling a
repeat loop, never mind this one, go on to the next iteration?

There is no explicit "next repeat" in Applescript, but something like this would work:

repeat
if criterion is true then
do stuff
else
end if
end repeat

Of course, you would use the repeat structure that works best for your needs, and would have to evaluate the criterion in each iteration.

--Michelle

We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.


We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.

  • Prev by Date: Re: Skip current repeat iteration
  • Next by Date: Re: Skip current repeat iteration
  • Previous by thread: Re: Skip current repeat iteration
  • Next by thread: Can i determine which file is actually open by Flash ?
  • Index(es):
    • Date
    • Thread