Home › Forums › General XMetaL Discussion › Array sorting › Reply To: Array sorting
Reply to: Array sorting
February 22, 2010 at 2:01 pmI could write a simple sort myself. However, I was hoping to take advantage of a Java sort command. But when I use this line of code: “Arrays.sort(sortTVals);” then the macro hangs. sortTVals is defined as an array using the statement: “var sortTVals = new Array();”. In my test the array has 4 values in it that I can display. However, the macro never continues executing beyond the sort command.