Hello Together
I have a bit of a problem that i cant solve…
I would like to create a cull pattern form this list (picture).
And the goal is to set the first element to true and that every element that’s the same gets the value False…
E.g.
list – 0, 0 ,1, 2,2,3 to true, false, true , true false, true…
Thanks already for your help!