Quantcast
Channel: Active questions tagged return-value - Stack Overflow
Browsing all 242 articles
Browse latest View live

store return value of a Python script in a bash script

I want to execute a python script from a bash script, and I want to store the output of the python script in a variable. In my python script, I print some stuff to screen and at the end I return a...

View Article


How to return 2 separate values from a function

I would like to return 2 different values with one function. These are my functions:function example1 ($a) { return $result1; return $result2;}function example2 ($edit, $account, $value) { $config...

View Article

Browsing all 242 articles
Browse latest View live


Latest Images