Please add the possibility to set the default value for a boolean value from a variable while reading from an ini file.
We use many scripts which share most of their settings. Therefore we would like to use two ini files: the first defines the global settings and is shared by all scripts. The second is specific to one script and override just the values which need to be tweaked. Unfortunatly this doesn't work for boolean variables as their default value can't be set with a variable.
Regards,
Karsten