INI_AddSection
Adds a new section.
Syntax
C++
Python
def INI_AddSection( inINI: str, inSection: str, /, *, inComment: str | None = None ) -> outINI: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
inSection | str | Section name | |
![]() |
inComment | str | None | None | Optional comment |
![]() |
outINI | str |


