I have an array like this:
Andy,Dave,Steve,Andy
And I want to change it to be this:
Andy,Dave,Steve
So I need to remove the duplicate from the array. How might this be done?
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.
Andy,Dave,Steve,Andy
And I want to change it to be this:
Andy,Dave,Steve
So I need to remove the duplicate from the array. How might this be done?
Information is not Knowledge, Knowledge is not Wisdom, Wisdom is not Truth, Truth is not Beauty, Beauty is not Love, Love is not Music, Music is the best.