I am having a weird issue with the Writeb4xobject function telling me the map isnt initialized when it is...
Here is my subroutine:
B4X:
Sub WriteConfig
Dim R As RandomAccessFile
Dim AppSettings As Map
R.Initialize(File.DirInternal, "settingsv2.ini", False)...