﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3114	Array as an parameter for Call Function instead of n parameters	TheDcoder		"I think it would be better if ''Call'' function can accept an array for the parameters of the function to call instead of ''n'' number of parameters because it will allow UDFs to call a function with a dynamic number of parameters like this:

Call ( ""function"" , $aParameters)

$aParameter[0] = Number of parameters (0 if none.)

$aParameter[1] = 1st parameter

...

$aParameter[n] = nth Parameter

Feature Discussion in Forum: https://www.autoitscript.com/forum/topic/176243-feature-request-array-as-an-parameter-for-call-function-instead-of-n-parameters/?do=findComment&comment=1268447 "	Feature Request	closed		AutoIt		None	Rejected	Call	
