createmap

  1. LucaMs

    B4J Question [B4X] CreateMap and Null values

    I found that CreateMap accepts Null values as well, like so: MyMap = CreateMap("Value":Null) but If I had something like: MyMap = Create(Null) Private Sub Create(Value As Map) As Map Return CreateMap("Value":Value) End Sub I would get an error: java.lang.RuntimeException: Object should...
Top