Hello!
Let´s say I have a list of data, and I randomly extract a few values from that data and then want to be able to do something with the data that is left. How would I go about doing that?
I tried the Cull Nth component, but it returns a mess.
More indepth: I have a list of points. Through a random component I generate numbers. A List Item component extracts the points with the index of the generated numbers. Now I want to interact with the rest of the points - all except those with the index the random component gave me.
What could be an intelligent solution? I just come up with unflexible useless longwinded ones...
Tags: