11-10-2009 03:34 PM
I want to call a subsequence. I pass in parameters to this subsequence but I also want to have return values. Is there any way to return values other than using globals?
-Pat
Solved! Go to Solution.
11-11-2009 01:12 AM
11-11-2009 09:55 AM
Thanks for this. Just to clarify, you sepecify how the variable are passed in the sequence file that you are calling. Thanks again for the help!
-Pat
06-28-2024 03:23 PM
To change a parameter from "pass by value" to "pass by reference," you must go to the subsequence and right click on the parameter name. The pop-up menu will allow you to select or deselect the "pass by reference" option. You will then see "(By reference)" in the type column and "by reference" in the "how passed" field of the step settings of the calling sequence.
You cannot change this by right clicking the parameter name or "how passed" field of the step settings in the main sequence (or calling sequence).
I apologize for posting to an old thread, but I had a frustrating time finding this little detail and didn't know where else to share it.
Best Regards,
Sam Broyles