Is there an easy way to filter out duplicate numbers in a list?
So there is "1,1,0,2,4,4,4,3,4,2,0" and output would be only "0,1,2,3,4".
What would be even better is if there is a way to also remove duplicate objects in a list, or objects with the same geometry, is that possible?
Much appreciated.
Theunis
Tags: