Reply to Pass by reference via 'return' a variable...
Posted by TeejB on 10/10/06 17:48
Hi all,
Quick question: If I have a function which populates a large array (ie.
reading rowsets), is it better to pass in a reference to a variable to
accept the data, or should I just create, populate and return the array
from the function?