If I have a list like
myList = {"John", "Dan", "Rob", "Rob", "Matt", "Shane", "Matt", "Shane", "John"};
How do I get a list with duplicate entries removed ?
myList_new= {"John", "Dan", "Rob", "Matt", "Shane"};
When it's too good to be true, it's neither