Start » Filter Reference » System » INI » INI_AddIntegerValue
Module: | FoundationLite |
---|
Adds or updates an INI value in the specified section & key.
Name | Type | Description | |
---|---|---|---|
![]() |
inINI | String | INI |
![]() |
inSection | String | Section name |
![]() |
inKey | String | Key name |
![]() |
inValue | Integer | Key value |
![]() |
inComment | String* | Optional comment |
![]() |
inMultipleValues | Bool | Allow multiple values in one key |
![]() |
outINI | String |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of INI_AddValue filter group.