Hi.
I was looking through my SOWgb.ini file, and noticed these lines what looks like carriage returns or something. Is this something that I should be concerned about?
$param2=
$scenMPoffID=
$scenMSoffID=
$scenoffID=
#scenoffID=0
Later!
SOWgb.ini Is this something that should be in my ini file?
-
- Reactions:
- Posts: 4358
- Joined: Fri Jan 08, 2010 8:15 am
SOWgb.ini Is this something that should be in my ini file?
Last edited by Michael Slaunwhite on Sun Jan 02, 2011 1:56 am, edited 1 time in total.
Re: SOWgb.ini Is this something that should be in my ini file?
It's just binary writing. I save off all variables to this file so that when you return to screens you see the last info entered much of the time. This info is not converted to human readable, so it can look like this.
-
- Reactions:
- Posts: 4358
- Joined: Fri Jan 08, 2010 8:15 am
Re: SOWgb.ini Is this something that should be in my ini file?
Hi.It's just binary writing. I save off all variables to this file so that when you return to screens you see the last info entered much of the time. This info is not converted to human readable, so it can look like this.
Thanks Norb, good to know.
Later!