Fwd: Skip current repeat iteration
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.