Log in

View Full Version : Posting code to sort an array of Strings



Oorang
04-01-2010, 06:42 PM
I posted up some code for sorting string arrays. Tried to make it copy/paste-able for reuse in multiple projects. Has a few features that I don't usually see running around. Namely the ability to sort ascending or descending and the option to sort case insensitively. I'm soliciting comment... and perhaps engaging in a little shameless self-promotion:D But mostly I'd just like your review:)

http://oorang.webs.com/apps/blog/show/3322693

Tinbendr
04-07-2010, 06:39 AM
Thanks!