Hello everyone.
I've a Map, that will be saved using File.WriteMap
Dim m1 As Map = CreateMap("Version": AppVersion, _
"Thing1": -1, _
"Thing2": "", _
"Thing3": "", _...
Probably a beginner problem. but i can't get a list in map after Write it and Read again. i get this error message:
java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List
Dim mapSetting As Map
mapSetting.Initialize
Dim List1 As List...
In a B4i app I created some resource files to later loading using File.ReadMap and these worked fine using the format
key:value
key:value
key:value
etc
These were placed in the DirAssets folder and loaded into the project and compiled. At runtime ReadMap was used to extract this data from the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.