Hi, I think I might have found a little bug.
Given something like this:
Given something like this:
B4X:
'AClass
Sub Class_Globals
Public MyParent as AClass=Null
End Sub
...
'after this sub is called, the Classes public MyParent seems to be also affected
'cause when I test MyClass.MyParent=Null it is always false after this sub is called
sub DoSomething(ID as int)
dim MyParent as AClass'only has to be dimmed, doesn't even have to be used
End sub
Last edited: