|
Format of an .IML file
|
Top Previous Next |
|
The .IML file takes the form of a Windows .INI file. This type of file is grouped into sections, which contain keywords and values. For example, the first section of a .IML file is: [General] EndOfLineChars=0 DelimChar= QuoteChar=
The section is "General", the keyword is "EndOfLineChars", and the value is "0". In any .INI file, the section name and keyword are not case sensitive. This means that how you capitalize each word or part of it does not matter. However, spaces matter a lot. Be sure to only include spaces where they are called for. The value part of each line is case sensitive. It must be capitalized as called for by the program. Sometimes this is very strict and sometimes it does not matter. |