Namespaces and Projects
Hi, we use some Custom Functions which we share with other colleagues via an AddIn.The "custom" namespace is created in the global namespace, functions can be accessed via custom:myfunction.
The issue: Some colleagues use Projects.
a project has it's own global namespace - and from there, custom functions are not accessible: Add Custom Functions( New Custom Function( "custom", "myfunc", Function( {x
...