Re: Since Apple Listens to this List... [Case Statements]
Re: Since Apple Listens to this List... [Case Statements]
- Subject: Re: Since Apple Listens to this List... [Case Statements]
- From: Applescript User Lewis <email@hidden>
- Date: Wed, 13 Feb 2002 20:43:31 -0700
At 23:06 -0800 12/02/02, Ed Stockly wrote:
case x then
y
break
case z then
handlerCall(z)
break
end case
Case of x
Case is y1
-- Do this is x is y1
end -- y1 (this replaces the break)
Case is y2
-- Do this if x is y2
end -- y2
Case is y3
-- Do this if x is y3
end --y3
end -- Case
--
___________________________________________________________________________
| applescript@ & "southgaylord.com"| Unix is very user friendly. It's just |
| I frankly do not believe Micro- | picky about who its friends are. |
| soft has the user's interests at | I want a party where all the women wear|
| heart, or even in mind. | new dresses and the men all drink beer.|
---------------------------------------------------------------------------
_______________________________________________
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.