Modify

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

Attachments (0)

Change History (1)

comment:1 by guinness, 11 years ago

Resolution: Rejected
Status: newclosed

Already available. Look in the help file for call.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.