If key begins with space then space is automatically stripped off
see key 024
Now i have to put dummy char at begin and strip it off when reading key
Is this a feature of map?
see key 024
Now i have to put dummy char at begin and strip it off when reading key
Is this a feature of map?
B4X:
dim lickmap as map
dim str1 as string
bluesv1.dat contains
024= 0 0 2p0 4 4 2p058
025=- 0 0 2p0 4 4 2p058
lickMap=File.readmap(File.dirassets,"bluesv1.dat")
str1=lickMap.Get("024")
tabCanvas.DrawText(str1,18dip,48,tabFont,20,Colors.Blue,"LEFT")