Hi,
Is there a way to define a Public variable in a module that is accessible in all other project modules without the need of prefixing the variable with the module name (ModuleName.PublicVar). In other words is there a way to define a .h (header) file-like like you do in C?
Is there a way to define a Public variable in a module that is accessible in all other project modules without the need of prefixing the variable with the module name (ModuleName.PublicVar). In other words is there a way to define a .h (header) file-like like you do in C?