Start » Filter Reference » System » INI » INI_AddValue
Module: | FoundationLite |
---|
Adds value to INI.
Name | Type | Description | |
---|---|---|---|
inIni | String | INI content | |
inSection | String | Section name | |
inKey | String | Key name | |
inValue | T | Object to be add | |
inComment | String? | Optional comment | |
inMultipleValues | Bool | Allow multiple values in one key | |
outINI | String | Object name |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.