Inserting comments in INI files

Generally you cannot add comments to existing lines or headers in ReadSoft Invoices initialization files. Add comments on separate lines, instead.

There are exceptions: If for example the application reads the setting as an integer, it ignores everything following the integer. However, since you cannot tell how the setting is read, it is best to only add comments on separate lines.

Each comment line must begin with a semicolon (;).