It appears that the Process_Globals and Globals are not available in the Code Modules without qualifying them with "Main" (i.e. Main.variablename)
Is this correct or am I doing something wrong? Are code Modules as efficient as leaving code in mainline? Can these code modules be reused by other applications without having to copy the code into the other project? (in other words, can the code exist in only one place for maintenance, but be used by many apps/projects?)
Is this correct or am I doing something wrong? Are code Modules as efficient as leaving code in mainline? Can these code modules be reused by other applications without having to copy the code into the other project? (in other words, can the code exist in only one place for maintenance, but be used by many apps/projects?)