I'm not sure I am understanding how the Array.Sort action works in construct 2.
If I have an array with a width of 10, populate it with 10 numbers, then sort it. Should it rearrange all the array values in ascending order?
So if Array.at(0) = 200 and Array.at(9) = 100, should it move 100 to index 0 if 100 is the lowest number of the 10?