I have a myarray Array declared and pupulated with the syntax as such:
myarray.push("<a href=" + '"' + "event:" + value1 + value2 + '"' + ">" + linkvalue +"</a>");
I want to sort the array on the “linkvalue.” Is there a way to do this with [COLOR=“Blue”]Array sortOn[/COLOR] or something similar. I prefer not to have to do this with a bunch of arrays and iterations. Thanks.