Re: choose from list re-visited - again, also
Re: choose from list re-visited - again, also
- Subject: Re: choose from list re-visited - again, also
- From: Doug Adams <email@hidden>
- Date: Wed, 30 Apr 2008 19:08:31 -0400
On Apr 30, 2008, at 11:54 AM, Robert Poland wrote:
I have this script, below, that STILL won't work with Leopard (OS
10.5.2)...
<snip>
Something like this kludge will prevent more than one selection from
getting by, if type-selection goes astray:
set defL to {"red", "white", "blue"}
set addenda to ""
repeat
set rez to choose from list defL with prompt (addenda & "Choose:")
if rez is false then error number -128
if length of rez is 1 then exit repeat
set addenda to "Try again..."
end repeat
--
Doug's AppleScripts for iTunes
http://dougscripts.com
_______________________________________________
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