Re: How to do a goto with Applescript?
Re: How to do a goto with Applescript?
- Subject: Re: How to do a goto with Applescript?
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 10 Jan 2011 11:52:48 -0500
On Sun, Jan 2, 2011 at 1:39 PM, Robert Poland
<email@hidden> wrote:
Since when is the following not real code?
if (x = 1) then
set y to 1
else if (x = 2) then
set y to 2
end if
It's not real code because it can be replaced by one line, no goto required:
I'm guessing that whatever Gordian knot you're really trying to untie is not trivial enough to be sliced by so dull a blade.
--
Mark J. Reed <
email@hidden>
_______________________________________________
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