﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3003	Using a function call in an array assignment causes 2 function calls	jguinch	Jon	"With this code :

{{{
Local $aArray[1]

$aArray[ _myFunction() ] = ""myString""

Func _myFunction()
	ConsoleWrite(""_myFunction"" & @CRLF)
	Return 0
EndFunc
}}}
""myFunction"" appears two times in the output console, but it should once.
"	Bug	assigned		AutoIt	3.3.12.0	None			
