I have a library written in B4J (or compile to library).
I have a sub in one class which I need to hide from the end user of the library but keep it accessible to the other classes in the library.
Making it private hides it from the other classes.
Is that possible?
I have a sub in one class which I need to hide from the end user of the library but keep it accessible to the other classes in the library.
Making it private hides it from the other classes.
Is that possible?