Back to Aurora Vision Library Lite website

You are here: Start » System » INI » INI_AddRealValue

INI_AddRealValue


Header: STD.h
Namespace: avl

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

Syntax

void avl::INI_AddRealValue
(
	const atl::String& inINI,
	const atl::String& inSection,
	const atl::String& inKey,
	const float inValue,
	atl::Optional<const atl::String&> inComment,
	bool inMultipleValues,
	atl::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 float 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&