Hi All,
I have a small query.
I am calling a external user defined function in Rexx. Lets say that this external function B is being called by function A. The function B returns a variable 'alpha'.
My question is "Can I change the value of a variable 'Beta' in function B and use the changed value in function A?". Please note that the variable Beta here is different from the one that function B returns (Variable Alpha).
If my question is not clear pleae let me know, and I will post more details.
I have a small query.
I am calling a external user defined function in Rexx. Lets say that this external function B is being called by function A. The function B returns a variable 'alpha'.
My question is "Can I change the value of a variable 'Beta' in function B and use the changed value in function A?". Please note that the variable Beta here is different from the one that function B returns (Variable Alpha).
If my question is not clear pleae let me know, and I will post more details.