Re: Match 'if' Condition and Do Nothing
Re: Match 'if' Condition and Do Nothing
- Subject: Re: Match 'if' Condition and Do Nothing
- From: Gary Lists <email@hidden>
- Date: Sat, 20 Dec 2003 14:30:39 -0500
- Http: //bau2.uibk.ac.at/sg/python/Sounds/HolyGrail.wav/taunt.wav
Marconi wrote [12-20-03 1:41 PM]:
>
if theCondition is MostLikely then -- do nothing but exit the 'if'
>
else if theCondition is LessLikely then
>
Do some stuff
>
else if theCondition is LeastLikely then
>
do some different stuff
>
end if
>
>
Is this the correct syntax -- just follow 'then' on the first line
>
with 'else if' on the next?
You've got it.
--
Gary
_______________________________________________
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.