Page 1 of 1

SOWgb.ini Is this something that should be in my ini file?

Posted: Sun Jan 02, 2011 1:54 am
by Michael Slaunwhite
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!

Re: SOWgb.ini Is this something that should be in my ini file?

Posted: Sun Jan 02, 2011 3:58 am
by norb
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.

Re: SOWgb.ini Is this something that should be in my ini file?

Posted: Mon Jan 03, 2011 7:46 pm
by Michael Slaunwhite
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.
Hi.

Thanks Norb, good to know.

Later!