﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1776	Strange MustDeclareVars Behavior	ghtry@…		"When Opt(""MustDeclareVars"",1) is in effect, under certain conditions which I can not accurately reproduce yet, a runtime error is given when constructing a function such like
{{{
Opt(""MustDeclareVars"",1)

Func FName($badlytriggered)
    Return
EndFunc
}}}

I have worked around this bug by simply declaring the variable in question as global:
{{{
; Awkward but necessary bug fix
Global $badlytriggered
}}}

I'll keep trying to accurately reproduce this bug, it won't just reproduce easily. Something in a simple local budget tracking application is causing the trigger."	Bug	closed		AutoIt	3.3.6.1	None	No Bug	mustdeclarevars func runtime	
