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 2008-07-09 05:48:05 by localhost)