• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Remove unnecessary values in array's cells

yaelzi

New Member
Hi,


In my code I created an array of 20 cells.

Each cell contains values that can repeat themselves like:

Anna, John, Ron, Anna, Ron, Jake


I want to change each cell to be without the duplicate values:

Anna, John, ROn, Jake


Can you please advise?


Thanks
 
Back
Top