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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.