Ok this is wierd. I came up with a little work around using an intermitent variable called mygpsmode. But there is a small problem. When I run this command
Code:
"SAVESETTINGS","SAVETOINI;gpsmode;$mygpsmode$||SAVETOINI;mygpsmode;$mygpsmode$"
It adds another gpsmode entry to the bottom of the rr.ini all the other gpsmode entries are also updated. There is only ever one mygpsmode entry though. I was up to 5 of them before I noticed the "glitch" any ideas?
Here is a short snippit from my rr.ini:
...
mapcity=
gpsmode=1
gpsport=0
...
cddrivepath=d:\
satscreentouse=1
gpsmode=1
gpsmode=1
gpsmode=1
mygpsmode=1
If I change the gpsmode setting in the skin it will change everything and also add another gpsmode entry.
Bookmarks