Hi,
I read in these forums its all possible, but I just can not seem to get it to work :BangHead:
Attached is a project with the different attempts, all failing. What am I doing wrong?
I read in these forums its all possible, but I just can not seem to get it to work :BangHead:
Attached is a project with the different attempts, all failing. What am I doing wrong?
B4X:
Dim M As Map
M = File.ReadMap(File.DirAssets, "TestSub/test.map")
'M = File.ReadMap(File.DirAssets, "/TestSub/test.map")
'M = File.ReadMap(File.DirAssets & "/TestSub", "test.map")
'M = File.ReadMap(File.DirAssets & "/TestSub/", "test.map")
'M = File.ReadMap(File.DirAssets & "TestSub/", "test.map")
Msgbox(M.GetKeyAt(0), M.GetValueAt(0))