Skip navigation.
 
mlRe: Sorting arrays with strings
FROM : Christopher Nebel
DATE : Mon Mar 17 17:58:07 2008

On Mar 15, 2008, at 6:34 AM, I. Savant wrote:

>> is there a way to make an array with objects such as text-12. txt, 
>> text-3.txt, text6.txt, text654.txt be sorted like text-3.txt, 
>> text-12.txt, text6.txt, text654.txt
>> If you understand what I mean.

>
> http://developer.apple.com/qa/qa2004/qa1159.html


True, but obsolete.  These days (read: 10.3 and later) you can use the 
"NSNumericSearch" option, as Malcom suggests.


--Chris Nebel
AppleScript Engineering

Related mailsAuthorDate
mlSorting arrays with strings Mr. Gecko Mar 15, 14:25
mlRe: Sorting arrays with strings I. Savant Mar 15, 14:34
mlRe: Sorting arrays with strings mmalc crawford Mar 15, 16:07
mlRe: Sorting arrays with strings Christopher Nebel Mar 17, 17:58
mlRe: Sorting arrays with strings I. Savant Mar 17, 18:03