INI_SetSection
Replaces or inserts a new section in the INI-file and adds the content of values to this section.
Syntax
INI_SetSection( section, values )
Parameters
Name | Type | Description |
---|---|---|
section | String | Required. Name of the section to be added or inserted. |
values | Dictionary | Required. Content of the section. It should contain at least one element. |
Dictionarytag:Dictionary
Remarks
- When values has no elements no section will be inserted. If the section already exists, it will be deleted.
See also
- INI_SectionExists
- INI_Remove
- INI_SetValue