in reply to Re: Re: XS routine returns an extra depth of array refs
in thread XS routine returns an extra depth of array refs
The correct way (I believe) to return a list in this situation is to declare your function with a return type of void and simply push each element onto the return stack instead of trying to return an array, using PUSHs I think.
|
|---|