#Looping through a specific set of Children
4 messages · Page 1 of 1 (latest)
nodes are passed by reference, you never have a variable that is a node, but a variable that points to one
so long as your reference does not point to nothing, then you can use any method that you know exists on node.
Did you consider using Groups to mark the Nodes you want to obtain? Would it solve your problem?