﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
420	Scope bug or mis-wording in documentation	evilertoaster		"As shown in this thread-
http://www.autoitscript.com/forum/index.php?showtopic=74486

The For-Next loop does not always create variables in the local scope as defined by the help file. In particular, it seems to only create a local variable when the For-Next loop is in a function, but creates a global variable when the loop is outside a function.

If it is intended behavior, a slight re-wording of the help file seems in order. As it stands now-

{{{
Remarks

The Variable will be created automatically with a LOCAL scope, even when MustDeclareVars is on.
}}}
"	Bug	closed		AutoIt	3.2.12.0	None	No Bug		
