Re: exit repeat abuse;-)
Re: exit repeat abuse;-)
- Subject: Re: exit repeat abuse;-)
- From: airdrummer <email@hidden>
- Date: Thu, 14 Jan 2010 09:54:01 -0500
repeat 1 times
do stuff
If a is true then exit repeat
--do stuff you want to do if a is false
end repeat
uh, isn't that better expressed as:
-- do stuff
If a is false then
--do stuff you want to do if a is false
end if
_______________________________________________
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