﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1237	IniRead always return strings	anonymous		"Hello,

IniRead will always return strings:


{{{
$a = IniRead('','','',1)
If IsNumber($a) Then MsgBox(0,'DEBUG','TRUE') ; false
If IsString($a) Then MsgBox(0,'DEBUG','TRUE') ; true
}}}


Also it would be _very_ useful if a failed IniRead don't would only return the default-value; it also should set @error. Only so you could different it surely from a sucess IniRead"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
