I understand. Thanks for the info.

So if I want some specific node, I can just go in order (like iterating) until I get there and once there, modify the contents. It makes sense. And since I have a small number of Nodes (like 10 in my real code) what you suggest seems like the best (and only) way to do it.