Top "Multiple-variable-return" questions

Return multiple values in JavaScript?

I am trying to return two values in JavaScript. Is this possible? var newCodes = function() { var dCodes = fg.codecsCodes.rs; …

javascript return multiple-variable-return
Linux bash: Multiple variable assignment

Does exist in linux bash something similar to the following code in PHP: list($var1, $var2, $var3) = function_that_returns_…

linux bash shell variable-assignment multiple-variable-return
Returning every element from a list (Python)

I know that it is possible for a function to return multiple values in Python. What I would like to …

python return return-value multiple-variable-return
Variable Return Type of a Method in C#

I want to give a parameter to a method and i want my method to return data by looking the …

c# multiple-variable-return
nargout in Python

Does Python have any equivalent of nargout in MATLAB? I find nargout a very neat approach if we want to …

python multiple-variable-return
Best way solving optimization with multiple variables in Matlab?

I am trying to compute numerically the solutions for a system of many equations and variables (100+). I tried so far …

optimization matlab equation-solving multiple-variable-return