Calling by Reference simply means passing references to variables to functions, instead of passing actual values. Therefore a function can alter a value you passed to it by reference.
Calling by Reference simply means passing references to variables to functions, instead of passing actual values. Therefore a function can alter a value you passed to it by reference.
CallByReference (last edited 2003-07-02 10:24:00 by Isak Berglund)