hello everyone !
can i manipulate a "Type" with a map or a list ?
like this :
have a way to do this ?
can i manipulate a "Type" with a map or a list ?
like this :
B4X:
Sub Process_Globals
Type MyType (Name As String, Items(10) As Int)' As Map
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout1")
MyType.initialize
MyType.Name.put("mymapitem","1234")
End Sub
have a way to do this ?