Re: Lowest value of list
Re: Lowest value of list
- Subject: Re: Lowest value of list
- From: Emmanuel <email@hidden>
- Date: Thu, 15 May 2003 16:55:19 +0200
At 4:03 PM -0400 14/05/03, Steve Suranie wrote:
>
Hi all:
>
>
I have a list which will vary in number of items which themselves will be numbers {"80565432", "56420123", "76492914", 53020442"} - is there a way to determine which item in the list has the lowest numerical value?
Paul and Andrews provided solutions. Andrew says how you could record the index of the minimum item.
There is also a useful Scripting Addition, the Satimage osax, that my company makes available for free at <
http://www.satimage-software.com>, which includes the "statlist" command. "statlist", applied to a list, provides the maximum and minimum values *and* indices.
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.