Mod .INI's w/WriteProf..
10-Oct-91 23:13:20
Sb: #2530-Mod .INI's w/WriteProf..
Fm: Rick Sands/OR 70274,103
To: Don E Wanless 72730,3700
Be aware that WriteProfileInt does not seem to support neg values. I write
boolean values as -FLAG since that makes -1 = 1 and 0 = 0. This way when you
read them, you can just -FLAG to get a decent bool out of it.
– Ricks