I'm refactoring some code from another co-worker's project and came across this in the comments:
Unfortunately, said co-worker no longer works here. So, I can't ask him. Can a map collection be initialized from File.ReadMap? And if it can, is it considered best practice?
I know that it can be done with CreateMap...
B4X:
'Again we are not initializing the map.
Dim Setupinfo As Map
Setupinfo = File.ReadMap(File.DirRootExternal, "Setup.txt")
Unfortunately, said co-worker no longer works here. So, I can't ask him. Can a map collection be initialized from File.ReadMap? And if it can, is it considered best practice?
I know that it can be done with CreateMap...
Last edited: