Are there actions or extensions for sorting arrays/structures?

I’m wanting to know how to sort an array of structures, and the only information I’ve found in the forum seems to indicate that you have to do this manually, by implementing your own sorting algorithm.

Is there not an included action or extension that can just sort an array or structure for you?

Hi, there is the ArrayTools extension that also offers a sort-function for numbers in an array. Maybe it is not exactly what you are looking for but some of the things you can do with it might be helpful.
Capture_array

1 Like

Thanks @Drona. I was searching for ‘sort’, not ‘array’, so I missed that one.