desof Well-Known Member Licensed User Longtime User Jan 11, 2014 #1 I'm migrating a Basic4android apps to B4j and I have this line that gives me error B4X: Dim tl As TwoLines tl.First = m.GET("NOMBRE") tl.Second = m.Get("TELEFONO") It supports?
I'm migrating a Basic4android apps to B4j and I have this line that gives me error B4X: Dim tl As TwoLines tl.First = m.GET("NOMBRE") tl.Second = m.Get("TELEFONO") It supports?
giga Well-Known Member Licensed User Longtime User Jan 11, 2014 #2 what error are you getting? Upvote 0
desof Well-Known Member Licensed User Longtime User Jan 11, 2014 #3 giga said: what error are you getting? Click to expand... Thank you very much! I found the problem and stated that it was not Type TwoLines (First As String, Second As String) Upvote 0
giga said: what error are you getting? Click to expand... Thank you very much! I found the problem and stated that it was not Type TwoLines (First As String, Second As String)