Sorting rows with 2 integers
-
I know to sort by integers, however I have integers with an X, Y format. Looking for insight to be able to sort them using both the latitude and longitude with 0 0 as center.
-
You’ll need something more powerful than what N++ has built in. Probably like the PythonScript plugin. Or just copy/paste the data into a spreadsheet, sort it, and copy it back.
-
Thanks for the advice, though I did find a simple ‘work-around’. But I will always look into everyone’s suggestions.