Quote:
Originally Posted by patter
I actually didn't notice the difference. I thought he had just quoted your code and was commenting on it. Thanks for the code Jay.
|
The difference is that my code will sort the top most array for each array element, where as the one supplied by Lex is for a 'static' format array type. Also, mine is passed by reference rather than by value, therefore you are editing the array directly, rather than having to return an array, so simply using
will sort it (Note there is no '$myArry=' before it). Either way, as long as one works
