VB's ByVal and ByRef : Why should you care?If you've coded VB for some time, you probably have noticed that parameters are declared either as "ByVal" or "ByRef" --- but do you know...