﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2832	"Call ([""CallArgArray"", ...]) doesn't modify ByRef arguments"	anonymous		"{{{
Func Modify (ByRef $argument)
	$argument = 2
EndFunc

Local $arguments = [""CallArgArray"", 1]
Call (Modify, $arguments)
}}}
{{{$arguments [1]}}} should be {{{2}}}, not {{{1}}}."	Feature Request	closed		AutoIt		None	No Bug	byref call callargarray	
