Number Of Chosen Item
Number Of Chosen Item
- Subject: Number Of Chosen Item
- From: Ben Gummer <email@hidden>
- Date: Wed, 21 Jan 2004 19:56:06 +1100
Hi all,
I am trying to make a script that lets the user choose from a list of
values. Once they have selected, it returns the item number that they
chose. For example, if they picked "Text3", it would return "3". I have
tried doing this with the following script, but its not working....
set FeedTitles to {"Text1", "Text2", "Text3"}
set ChosenItem to choose from list FeedTitles
set ItemNumber to item number of ChosenItem in FeedTitles
Any help is greatly appreciated,
Ben Gummer
_______________________________________________
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.