function for order of an array
function for order of an array
Out of context: Reply #11
- Started
- Last post
- 13 Responses
- UndoUndo0
you could copy your array into another array and then use the sortOn() function to cange the order.
comparing the first and second arrays would tell you what position the element was in before the sort