Back to FabImage Library website

You are here: Start » Function Reference » System » INI » INI_AddStringValue

INI_AddStringValue


Header: STD.h
Namespace: fil
Module: FoundationLite

Adds or updates an INI value in the specified section & key.

Syntax

void fil::INI_AddStringValue
(
	const ftl::String& inINI,
	const ftl::String& inSection,
	const ftl::String& inKey,
	const ftl::String& inValue,
	ftl::Optional<const ftl::String&> inComment,
	bool inMultipleValues,
	ftl::String& outINI
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSection const String& Section name
Input value inKey const String& Key name
Input value inValue const String& Key value
Input value inComment Optional<const String&> NIL Optional comment
Input value inMultipleValues bool False Allow multiple values in one key
Output value outINI String&