Hi,
I have a text file : config.txt with some parameters like
mdb=C:\TEST-aktuell\TEST-aktuell.mdb
I read with :
The result is :
C:TEST-aktuellTEST-aktuell.mdb
What I do wrong ?
I have a text file : config.txt with some parameters like
mdb=C:\TEST-aktuell\TEST-aktuell.mdb
I read with :
B4X:
config = File.ReadMap(File.DirApp, "config.txt")
Mdb=config.Get("mdb")
The result is :
C:TEST-aktuellTEST-aktuell.mdb
What I do wrong ?