agraham Expert Licensed User Longtime User Dec 5, 2009 #1 You can use CallSub to call a Sub in another module even though the Sub is not marked Public. Having some idea what's going on inside Basic4ppc I guess this is probably not (easily) fixable, if indeed it is worth fixing at all.
You can use CallSub to call a Sub in another module even though the Sub is not marked Public. Having some idea what's going on inside Basic4ppc I guess this is probably not (easily) fixable, if indeed it is worth fixing at all.
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2009 #2 As I see it CallSub is similar to .Net Reflection GetMethod feature which also doesn't respect the method visibility. The same goes for AddEvent.
As I see it CallSub is similar to .Net Reflection GetMethod feature which also doesn't respect the method visibility. The same goes for AddEvent.