I would transfer the whole list in an array, sort it compare each item with the item before, if it is equal than delete it.
- Removing duplicates from string Jim from DME
I would transfer the whole list in an array, sort it compare each item with the item before, if it is equal than delete it.