Need Guide - About sort 2 lists

There are two lists. The length of both lists is the same. One list has numbers. I want to bubble sort the list of numbers and then change the index of the other list items in the same order in which the index changed. How to do it

1 Like

Why do you have 2 lists?

Next time don’t double post. You could get suspended for that.

1 Like

You can use list addon or listutils extension. If not you can use just inbuilt blocks even

what about using the sqlite database and store your data as table there…
sorting could be so simple…
SELECT column1, column2 FROM myTable ORDER BY column1

Taifun

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.