﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1581	IniWrite can't write a no section data	Goof		"when using IniWrite on a file with no section, the result is weird


{{{
IniWrite($iniFile,"""",""PORT"",""4200"")
}}}

My original ini file was

{{{
PORT=4200
}}}

the new ini file
{{{
PORT=4200
[]
PORT=4200
}}}
"	Bug	closed		AutoIt	3.3.6.0	None	No Bug	IniWrite	
