What’s the scope and lifetime of a global variable ?
I put a script in scheduler at system startup, it creates a bunch of global vars, but I don’t see them in the environment
Should I move my code out of named script ? Or how do I make them available from other places/scripts ?
show your code
As it turned out, I had a syntax error in my script, and the system didn't bother to tell me about it (what a shame!), and just ignore my script completely ![]()