hi david
i once made an abstraction, that outputs a statistic about how many times a certain number was sent to its inlet. i modified it a bit, so that it accepts lists of numbers and gives you a list where duplicate numbers are removed. presumably this is not the fastest method for what you want, but it seems to work.
roman
"David Powers" cyborgk@gmail.com wrote:
Is there a way to remove duplicate elements for a list? I can figure out how to do it in code, but trying to figure out a way to do this with lists just makes my head hurt.