Hi,
I'm trying to use the "copy dictionary" block in order to initialize specific different dictionaries to a master/template dictionary.
When I change the value of a key in one dictionary, the other one is affected as well.
This implies that the copy didn't work, and that the assignment is "by reference" and not "by value"...
OR: Am I missing something?
See mini-example: (The notifier prints both values as "true")
Thanks in advance!