in reply to Re: Re: Re: Returning two arrays..
in thread Returning two arrays..

The difference is you can't push onto a returned list. If you've many references to return or don't know how many you need to return at compile time, then an array will be much more handy. I just pointed out that for something this simple it does the same from outside the sub. That doesn't mean they'll each scale as well as the other.