Hello, I was wondering if there was a way to override a value. (create a loop?)
I would like to pick the largest circle from a group of circles, then reduce all the other circles radius' to 0. I have a number of circles, their radius' are generated randomly within a certain range. I have built a process where the largest radius in the group is identified. I have converted the radius' in a list that do not equal the largest radius back to zero (false = 0). But I have been unable to revert the actual radius' to 0, when I feed the this information back into the radius imput of the circles (telling it to convert the original radius to 0) an error occurs. Is there a way which I can feed information back on itself, replace redundant information? Many Thanks, Sonya
