﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
166	_ArrayMax() runs on invalid array.	Evilertoaster	Jos	"See http://www.autoitscript.com/forum/index.php?showtopic=66284.

The _ArrayMax() function only works on 1 dimentional arrays, but does not return a error if someone tries it with a multi-dimentional array. This results in a crash from within the UDF.

Proposed solution is to add this to line 319 of Array.au3-
'If IsArray($avArray) and UBound($avArray,0)=1 Then'
which would make sure the array is single dimentional before attempting to run."	Bug	closed	3.2.11.2	AutoIt	3.2.10.0		Fixed		
