Soluling home   Document home

INI Options

INI Options

Use this sheet to specify the format that the ini file uses.

First lines of the selected file

Shows the first lines of the selected file. It helps you to figure out the format.

Separator

Specifies the character that separates the key name and value.

Standard ini file use = as the separator character.

Comment characters

Specifies the characters that are used as the start of line comment.

Standard ini file uses ; as a comment character.

Quote

Specifies the type of string quotes that are used to enclose the value string.

Standard ini file does not use quotes.

Ignore white spaces after the separator

If checked, the white spaces between separator and value are ignored.

Escape special characters

If checked, the special characters (newline and none printing ASCII characters) are encoded using C/C++ escapes.

Sample

Shows a sample ini file using the settings specified above.