I have a list and i want to proform an operation on every item on a list. Using the API I would use a while loop and place the operation inside the while loop.
I can use a code block to pull out 1 item or a list.GetItemAtIndex node but I want to go through evey item in the list and proform a funtion of code.
Thanks Paulo for your excellent feedback. . I didn’t realise you could write funtions and while loops. Is that the only way to itterate through an array. What I’m trying to do is get all the intersections between a wall and ducting running through it. The intersection nodes don’t take arrays