Android Question Process global variables can't be accessed by other modules

Linostar

Member
Licensed User
Longtime User
As the title says, when I am declaring a variable inside Process-globals sub (whatever thetype of the module is), I can't access it from another module. And if I tries to access it from outside the module where it is declared, I get a compiling error.
 
Top