in reply to Re: Re: Sharing Global variables between scripts
in thread Sharing Global variables between scripts
Note that this will not (as pointed out by gjb) magically cause data which exists in one process to be visible in another.
Also note that global variables in general should be used with caution. You want to limit how many you have, and you want to get maximal value from each one.
|
|---|