KeyValueStore2 Library includes a class MyCustomType. So you can write code such as
even if you have not declared MyCustomType.
Is this intentional?
B4X:
Sub test
Dim x As MyCustomType
x.Initialize
Log(x.Number)
End Sub
even if you have not declared MyCustomType.
Is this intentional?