Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: dudebxl on May 05, 2015, 02:25:33 PM

Title: Array List Contain Duplicates
Post by: dudebxl on May 05, 2015, 02:25:33 PM
Array List Contain Duplicates

Does my array contain duplicates? Send event if true or false (+set bool value).

Update: action + updates are on ecosystem or https://snipt.net/dudebxl/ (https://snipt.net/dudebxl/)
 :)
Title: Re: Array List Contain Duplicates
Post by: justifun on December 08, 2023, 02:49:42 PM
Would it be possible to include a checkbox to keep 1 of each unique item instead of deleting all duplicates?

eg:
If the list was
Cat
Cat
Cat
Dog
Fish
Fish
Fish

it would result in...
Cat
Dog
Fish

thx!