Re: lots of statements after "then" of "if"
Re: lots of statements after "then" of "if"
- Subject: Re: lots of statements after "then" of "if"
- From: Emmanuel <email@hidden>
- Date: Wed, 10 Sep 2003 00:15:36 +0200
At 11:19 PM +0900 9/9/03, micro-people wrote:
>
my biggest wondering is
>
"is there a way to do several things
>
after "then" of "if"
Yes. Make a new line after "then" and terminate with "end if".
---------------------
if sarigama = x then
set pada to (whatever)
-- do plenty other things here
end if -- <-- now you need that line, too
---------------------
Emmanuel
_______________________________________________
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.