The file content is:
#Sat Jun 16 22:59:43 MESZ 2018
Pos2=[bitmap\=typ_150.png, bezeichnung\=gfgf, IsInitialized\=true\n, preis\=3.5, textfarbe\=0, textsize\=26\n]
The type is defined in Main Process_Globals:
Type typProps(bezeichnung As String, preis As Float, textfarbe As Int, textsize As Int, bitmap As String)
Dim map_Buttonprops As Map
'...
map_Buttonprops = File.ReadMap(sDir, sFile)
'...
File.WriteMap(sDir, sFile, map_Buttonprops)
But the map is not filled with the items of the type after loading.