wish - global var\sub without module prefix

Spacewalker

Member
Licensed User
Longtime User
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
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
I dont think its possible, as the system is setup to create variables it doesnt find.

I actually prefer it doesnt support this, it prevents unwanted conflicts
 
Top