Hello,
this B4J-Code:
is transpiled to this JS-Code:
why isn't myObject transpiled to this one?
Thanks in advance & Greetings ... Peter
this B4J-Code:
B4X:
Dim myArray() As String
Dim myObject As Object
B4X:
// [31] Dim myArray() As String
_myarray=[];
// [31] Dim myObject As Object
_myobject=// NOT SUPPORTED;
why isn't myObject transpiled to this one?
B4X:
_myobject={};
Thanks in advance & Greetings ... Peter