When using public\global vars and subs I need a prefix, so for example I must type:
myCodeModule.sub1
Maybe it would be a nice feature to add a new module type, something like
add new module - "public subs\var module"
Everything that is declared in such a "public subs\var module" can be accessed in the whole project without any prefix
(Alternativly : everything that is explicitly declared as "public sub" should be accessible without a module prefix)
(Perfectly : everything that is declared in "process_globals" should be accessible without a module prefix)
Heinz
myCodeModule.sub1
Maybe it would be a nice feature to add a new module type, something like
add new module - "public subs\var module"
Everything that is declared in such a "public subs\var module" can be accessed in the whole project without any prefix
(Alternativly : everything that is explicitly declared as "public sub" should be accessible without a module prefix)
(Perfectly : everything that is declared in "process_globals" should be accessible without a module prefix)
Heinz