﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2604	Array access on expression & first element	DXRW4E		"Sorry for my English

can be enabled (in Array access on expression) to read\access the first item\element directly (without specify it), example

{{{
Local $aTest1[4] = [1,2,3,4], $aTest1[4] = [""One"",""Two"",""Three"",""Four""], $aTest3[4][4] = [[0,1,2,3],[4,5,6,7]]
If ($aTest1) = 1 Then
	;ect ect ect
EndIf

If ($aTest2) = ""One"" Then
	;ect ect ect
EndIf

If ($aTest3) = 0 Then
	;ect ect ect
EndIf
}}}

Ciao.

"	Feature Request	closed		AutoIt		None	Rejected		
