Isn’t there also a speed advantage in using local variables? I had read some statements here about them being “atomic”. In the programming I did over 15 years ago, I had never heard that term, but I think it prevents a local variable from being read before it is finished being written to? This would be good info to have in the documentation.