<div dir="ltr"><div dir="ltr">The problem:<br><br>I need order a bi-dimensional array by several columns following de user's criteria.<br><br>It is relatively simple to order a two-dimensional array for a column, not long ago we saw several solutions in this mail list, but what I need now is to sort by several columns and that each of them can be ascending or descending.<br><br>I confess that I have been stuck with the subject for four days, that I have believed more than once that I had solved it and that in the end I have given up doing it alone. Does anyone have any idea how to approach the issue before it drives me crazy?<br><br>There is a "tricky" solution: grab your two-dimensional array, create with it a sqlite base and let the sqlite engine solve the issue with an SQL statement ... but this is not the case (it would force the project to link with the modules database and it's not always convenient)</div><div dir="ltr"><br></div><div>Waiting for the better minds than mine advice...</div><div><br></div><div>Best Regards<br></div></div>