Chuck,

Thanks for the help.

Suppose that you have these 9
strings:0001,0002,0003,001,002,003,01,02,03.
I'd like to sort them as
0001,001,01,0002,002,02,0003,003,03 as Finder.

If you use one of the compare methods that allows you
to supply options, NSNumericSearch will do what you
want.


However, unfortunately, that didn't make it for the sort.

Norio
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to