id summary reporter owner description type status milestone component version severity resolution keywords cc 2995 Create and pass array as parameter in the parameter itself anonymous "Sorry for my English, I am using a translator. It would be very useful to be possible to create and pass an array as a parameter in the parameter itself, as in Javascript and in the example below: Javascript: {{{ _alert([""Element 1"", ""Element 2"", ""Element 3""]) function _alert(array){ alert(array[0]); alert(array[1]); alert(array[2]); } }}} AutoIt concept: {{{ _alert([""Element 1"", ""Element 2"", ""Element 3""]) Func _alert($array) MsgBox(0, '', $array[0]) MsgBox(0, '', $array[1]) MsgBox(0, '', $array[2]) EndFunc }}}" Feature Request closed AutoIt None Rejected