﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2437	"IniWriteSection does not sufficiently control the ""data"" parameter."	helloyou_tos_jg@…		"For this code :
{{{
IniWriteSection (@ScriptDir & ""\myIni.ini"", ""MySection"", ""MyKey1=MyValues2"" & @LF & ""MyKey2"")
}}}
the return should be 0 and @error = 1 because the data format is invalid.


For this code :
{{{
IniWriteSection ($ini, ""MySection"", ""MyKey1=MyValue1"" & @LF & ""MyKey1=MyValue2"")
}}}
the MyKey1 should not be written two times."	Bug	closed		AutoIt	3.3.8.1	None	Wont Fix	IniWriteSection	
