﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1551	Crash the script when changing array	Yashied	trancexx	"AutoIt crashes the script instead indicate an error (""Subscript used with non-Array variable."") in the following code.

{{{
Global $aArray[1]

$aArray[0] = _MyFunc('Test')

Func _MyFunc($sStr)
;	Local $aArray
	$aArray = $sStr
	Return $aArray
EndFunc   ;==>_MyFunc
}}}
"	Bug	closed	3.3.9.3	AutoIt	3.3.6.0	None	Fixed		
