Re: exit this repeat loop
Re: exit this repeat loop
- Subject: Re: exit this repeat loop
- From: Daniel Jalkut <email@hidden>
- Date: Mon, 12 Sep 2005 12:42:00 -0400
How about
if not testOption() then return
Daniel On Sep 12, 2005, at 11:24 AM, Robert Poland wrote:
repeat with index from 1 to the 10 set optionDown to testOption() -- line 1 if optionDown then return -- line 2 beep delay 1 end repeat
on testOption() if (keys pressed) contains "option" then beep 2 set optionDown to true return optionDown else set optionDown to false end if end testOption
|
_______________________________________________
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