Global and Local Sections
You can include section markers in square brackets to split the file into global settings, which will apply to all users connecting to the database, and any number of local sections. A section marked in brackets by something other than "Global" is considered to define a set of local settings whose name is the set of characters in the brackets. Users connecting with the variable MATRIX_LOCAL_SETTINGS set (in the operating system environment or the ini file) to text included in square brackets in the MatrixSystemDefaults program, will use the settings in that section. If a setting is in both the [Global] and [Local] sections, the value in the Local section will override the value in the Global section.
It is not necessary to explicitly label a section as Global, but the Global section must always be first. If the MatrixSystemDefaults program starts with lines of the form NAME=VALUE that precede any section heading, they will be considered to constitute the global settings. This section will terminate with the first section heading. If there is more than one section with the same name, all but the first is ignored.