Android Question Is there a way to create/return an explicit cast of a List/Map.

TelKel81

Active Member
Licensed User
Ex:

B4X:
Dim myLife as Map (As yearstring, As Wine)

If myLife.Get("2019").IsTonsOfWine = True Then...

Because I haven't found any with the IDE or in the forums.

That would be a huuuuuuuuuuuuuuuuuuuuuuuge time saver I believe.

Thanks !
 

DonManfred

Expert
Licensed User
Longtime User
B4X:
Dim myLife as Map = CreasteMap(yearstring:Wine)
 
Upvote 0
Top