User Activity

Hard coding address for variables could be problematic as the linker can move them during development. Is there a way to write a variable using its name instead of its address? The variables node has this information. How can I use the name in a t...