﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1191	Make explicit size of arrays optional when have explicit initialization	jchd	trancexx	"Would it be possible that the declaration of arrays doesn't mandate explicit sizes.

$ar[4] = [ 'I', 'have', 'four', 'elements!']

could then be:
$ar[] = [ 'I', 'have', 'four', 'elements!']

and UBound($ar) would then yield 4.  Of course, declaring a larger size than number of initializers wouldn't be an error.

I ask because it's very irritating to have to count things when you code initialy, or after you paste a bunch of elements from elsewhere.


"	Feature Request	closed	3.3.9.3	AutoIt		None	Completed		
