The code module name for example when creating via the B4X ide will be "Users" as depicted below.
One is able to access the code module via code using the 'Me' object. Within the code module code, is it possible to get this name perhaps from the 'Me' object, so that I get "Users" in this case?
I want to avoid hard-coding module names so that if I change a module name, it can filter through for my code without having to re-write code and change a module name in some places on my code.