Re: Nice Automator article on O'Reilly
Re: Nice Automator article on O'Reilly
- Subject: Re: Nice Automator article on O'Reilly
- From: David Marshall <email@hidden>
- Date: Mon, 9 May 2005 01:32:37 -0400
property agreement_with_Elliotte : {"AppleScript is bad for everyone"}
global dudgeon, compromise
set up_straw_men to knock("down")
check_the_score()
on knock(heads_together)
set the_body_politic to {"AppleScript is bad for everyone", ¬
"It all depends on who you are and what you're trying to do"}
if the rest of the_body_politic is not in agreement_with_Elliotte ¬
then set dudgeon to "up"
put heads_together to compromise --[1]
end knock
on check_the_score()
display dialog "Current Score: " & dudgeon & ", " & compromise
end check_the_score
--[1] Yeah, I know the compiler changes "put" to "copy" :-)
- - - - -
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden