﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1308	Execute to assign variable	P5ych0Gigabyte		"It would be nice if the execute() function could assign variables. Currently the following code does not work.


{{{
Dim $Array[3][2]
$Array[0][0]=44
$Array[1][0]=64
$Array[2][0]=32
Execute(""$Array[1][0]=22"") ;Won't assign value
MsgBox(0,"""",Execute(""$Array[1][0]""))
}}}
"	Feature Request	closed		AutoIt		None	Rejected		
