ID:1482833
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
call()() is an incredibly useful function. However, in order to use a /list to hold the params to use, you need to call arglist() as follows:

call(MyObject, "SomeProc")(arglist(MyList))


However, arglist() is not referred to anywhere in the help or reference entries on call()(). Since arglist() seems to be perfectly designed to go hand-in-hand with call()(), it would make sense to add a reference to it to the help entry for call()().
arglist() works with any (non-built-in) proc.

It has nothing to do with call()() in particular.
I have to apologize. There is a reference in 'see also'; apparently I cannot read tonight.
Stephen001 resolved issue (Redundant)