﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
477	Extract values from array at function runtime	KentonBomb		"What I mean by this is being able to directly reference an array element without storing it into an array (Cutting out the middleman). Example:
{{{
$sString = StringSplit(""test|hello|hi"", ""|"")[1]
}}}
Instead of
{{{
$azSplit = StringSplit(""test|hello|hi"", ""|"")
$sString = $azSplit[1]
}}}

Could this be considered?"	Feature Request	closed		AutoIt		None	Rejected	array variable middleman	
