I am trying to make use of WinAPI calls to write many entries to an INI file. I am not using VB's functions because they are much slower.

At any rate, If I have the APIs write a new [Section] to the ini file it does not include a blank line before it. This has the effect of making all the [sections] run together making it hard to read (for people, not computers).

Any idea how I overcome this? Thanks

Paul