Sorry, KiwiREXXDude, this won't work on standard REXX. Arguments to the call statement (or function calls) are always 'call by value' arguments - not 'call by reference'. This means you can only pass a single value as an argument.
If it is an internal subroutine - as in your sample - the stem...