I've run into a problem with my code.
I know that normally, if you have a global variable, you can use it in a function, then use the return command to use it in other functions.
However, the return command does not work when used with parallel tasks. If I try to do so, I get the error "**Severe*:'void' function cannot return a value".
Is there a different command used to share variables in parallel tasks or is such an activity impossible?
An example of this situation would be: