Page 1 of 1

Preference functions

Posted: Tue Mar 25, 2008 1:14 am
by moogle
When writing values to preference files PB writes it in the format "Key = Value"

with spaces in between. But on the files I'm generating it gives about 7% more filesize than "Key=Value" with no spaces. So could this be changed so it writes values like this? It would lessen the overhead on bigger ini files.


Thanks