Page 1 of 1

Sort: #PB_Sort_DeleteDuplicates

Posted: Sat Feb 21, 2015 5:37 am
by IdeasVacuum
Add an option to delete duplicates

Re: Sort: #PB_Sort_DeleteDuplicates

Posted: Fri Mar 06, 2015 11:02 am
by DoubleDutch
+1

Re: Sort: #PB_Sort_DeleteDuplicates

Posted: Thu Mar 26, 2015 1:37 am
by marcoagpinto
+1

Re: Sort: #PB_Sort_DeleteDuplicates

Posted: Thu Mar 26, 2015 9:04 pm
by davido
+1

Re: Sort: #PB_Sort_DeleteDuplicates

Posted: Fri Mar 27, 2015 2:37 am
by Demivec
Sorting determines the order of the data.

Deleting duplicates does not fit in that category and though useful, it doesn't make sense as a sorting option.

-1

Re: Sort: #PB_Sort_DeleteDuplicates

Posted: Fri Mar 27, 2015 12:54 pm
by Roger Hågensen
I agree with Demivec, this should be it's own function instead.

Sorting should remain non-destructive. It may change the order but it should never change the data.