Hi masters is there any way how to insert a set of map into a list as object
B4a accepts list to map but how do it vice versa?
To
is it possible? Tnx!!!
B4a accepts list to map but how do it vice versa?
B4X:
Dim list1 as List
Dim map1 as map = list1
To
B4X:
Dim map1 as Map
Dim list1 as List
List1.AddAll(m)
is it possible? Tnx!!!