Why doesn't this script run?
Why doesn't this script run?
- Subject: Why doesn't this script run?
- From: Jeffrey Madson <email@hidden>
- Date: Tue, 05 Mar 2013 16:20:27 -0600
There are a lot of things I want to do with this script but the first is getting this part to function. Why don't I get a "you guessed it" and a couple of beeps if I select Asia?
set the region_list to {"North America", "South America", "Europe", "Asia"}
set the region to ¬
(choose from list region_list ¬
with prompt ("Choose Your Region:") ¬
default items {"Wayne"}) as string
if the region is false then error number -128
return region
if (text returned of "Asia") is "Asia" then
beep
display dialog "you guessed it"
beep
end if
_______________________________________________
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