If i create a library with B4A (Project -> Compile To Library), in all library modules Process_Globals is visible. How can i avoid this? The "Private" modifier (Private Sub Process_Globals) are accepted but doesn't work.
I have no variables in Process_Globals yet.
I want to hide the sub Process_Globals itself, because it's visible at code completion. And B4A doesn't compile without this sub.