[fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-04 Thread Torsten Bonde Christiansen
Dear List. I was trying to use the ini file for our program to store a single space " " as a value, but this does not seem to be posible. From the Wikipedia definition of INI file (https://en.wikipedia.org/wiki/INI_file#Whitespace) whitespace in values does not seem to be well defined, so it

Re: [fpc-pascal] TInifile does not handle " " (space) as a value.

2017-08-04 Thread Michael Van Canneyt
On Fri, 4 Aug 2017, Torsten Bonde Christiansen wrote: Dear List. I was trying to use the ini file for our program to store a single space " " as a value, but this does not seem to be posible. From the Wikipedia definition of INI file (https://en.wikipedia.org/wiki/INI_file#Whitespace) whi