﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2169	Array Length / suggestion	amarcruz		"All who have some knowledge of VB are confused by the behavior of UBound () not returning the upper bound, but the array length.
It would be better to have a function that will operate differently, for example:

Local $arr[2][5];
ArrayLength($arr) => 10
ArrayLength($arr,0) => 2
ArrayLength($arr,1) => 5

not priority, I know, but make sense :)"	Feature Request	closed		AutoIt		None	Rejected	array, behavoir, ubound, length, vb	
