Opened 9 years ago
Closed 9 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
Attachments (0)
Change History (1)
comment:1 Changed 9 years ago by guinness
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Already available. Look in the help file for call.