INI Options |
Use this sheet to specify the format that the ini file uses.
Shows the first lines of the selected file. It helps you to figure out the format.
Specifies the character that separates the key name and value.
Standard ini file use = as the separator character.
Specifies the characters that are used as the start of line comment.
Standard ini file uses ; as a comment character.
Specifies the type of string quotes that are used to enclose the value string.
Standard ini file does not use quotes.
If checked, the white spaces between separator and value are ignored.
If checked, the special characters (newline and none printing ASCII characters) are encoded using C/C++ escapes.
Shows a sample ini file using the settings specified above.