Already filed incident #39625
My way to express the issue was that if you set the
ifoWriteStringBoolean option but do not assign the string array(s),
WriteBool will write a string to the ini file which ReadBool cannot
correctly read back. Furthermore, since the ifoWriteStringBooleanÂ
option i
On Wed, 16 Mar 2022, Bart via fpc-devel wrote:
Hi,
User Nimral in the wiki noted this:
If you specify ifoWriteStringBoolean in Options for TIniFile _and_ you
forget to assign values to BoolTrueStrings/BoolFalseStrings, then
writing and reading boolean values is not symmetrical.
Writing a boo
Hi,
User Nimral in the wiki noted this:
If you specify ifoWriteStringBoolean in Options for TIniFile _and_ you
forget to assign values to BoolTrueStrings/BoolFalseStrings, then
writing and reading boolean values is not symmetrical.
Writing a boolean will write either 'true' or 'false', but reading