Opened 11 years ago
Closed 11 years ago
#3114 closed Feature Request (Rejected)
Array as an parameter for Call Function instead of n parameters
| Reported by: | TheDcoder | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Call | Cc: |
Description
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

Already available. Look in the help file for call.