Wayne Freeman
04-05-2009, 04:36 PM
Hi Friedrich,
I'm supporting an existing system that has an INI file that some of my installations have to add entries to.
This INI file has no sections. When I use the Edit INI File function to add an entry or two, it precedes the new entries with an empty section header, like this:
existingentry=1
existingentry=2
bunchmore=20
[]
newentry=1
newentry=2
I wouldn't expect it to cause a problem, and it appears not to (the application reads its entries without section headers), but it looks a little strange and I'm wondering if there might be a way to get the Edit INI File function to not do that.
Thanks,
Wayne
I'm supporting an existing system that has an INI file that some of my installations have to add entries to.
This INI file has no sections. When I use the Edit INI File function to add an entry or two, it precedes the new entries with an empty section header, like this:
existingentry=1
existingentry=2
bunchmore=20
[]
newentry=1
newentry=2
I wouldn't expect it to cause a problem, and it appears not to (the application reads its entries without section headers), but it looks a little strange and I'm wondering if there might be a way to get the Edit INI File function to not do that.
Thanks,
Wayne