Preference functions

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
moogle
Enthusiast
Enthusiast
Posts: 372
Joined: Tue Feb 14, 2006 9:27 pm
Location: London, UK

Preference functions

Post 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
Image