#Array sort working in a weird way

3 messages · Page 1 of 1 (latest)

lofty elbow
#

Hmmm i do believe its sorting by memory location. In other worts it sees [a,b] > [c,d] only because of where its sored in memory

#

Youll have to use sort_custom perhaps or make your own sort function

#

Both are easy