﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
145	IniWrite() and whitespaces	Lagoon	Valik	"The IniWrite function requires two pairs of quotes, if any white spaces are to be included in the value argument. Is this expected functionality? If it is, perhaps it could be mentioned in the documentation.

{{{
const $FILE = ""iniTest.ini""
const $SECTION = ""test""

IniWrite($FILE, $SECTION, ""key1"", '""	!""') ; In my opinion the second pair of quotes shouldn't really be necessary.
$var = ""whitespace:""  &  IniRead($FILE, $SECTION, ""key1"", ""error"")
MsgBox(262144,'Debug line ~' & @ScriptLineNumber,'Selection:' & @lf & '$var' & @lf & @lf & 'Return:' & @lf & $var) ;### Debug MSGBOX
FileDelete($FILE)
}}} "	Bug	closed	3.2.11.2	AutoIt	3.2.10.0		Fixed		
