﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1812	"AutoItSetOption(""MustDeclareVars"",1) not working fully"	Rackbrane		"Despite the MustDeclareVars option being set to 1, an undeclared variable is allowed when used as a For loop index.

{{{
AutoItSetOption(""MustDeclareVars"",1)
For $Undeclared = 1 to 2
  Send(""Echo "" & $Undeclared & @CRLF)
Next
}}}
"	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
