I'm makeing a small program that edits an ini file, it works but the problem is that the ini file that I am editing's titles are formated like this: [ title ] unless I manualy chainge them to: [title] it doesn't work.

I have tryed: lpappname = " title " but it still doesn't work unless the format in the ini is [title]

TIA,
Alex