Hello,
Would like to open a request for the ability to allow a user defined function to return more than one argument as output . If I am not wrong , the current definition of a user defined function in JSL , looks something like this :
FunctionName = function({args_list},{localvars_List},
// Logic
// Return
Return(OutputVar); // where OutputVar can be list or data table or matrix
);
I think it would be highly beneficial to allow retrieve multiple arguments easily when calling the function. Please kindly provide an example should such a feature already exist .