...use ByVal when you do not want the procedure or function to be able to change the value of the variable that is being passed to it. For example, if you are passing a constant to a procedure, you should use ByVal.
## Hashtags
* #vb.net
* #ByVal
* #PassingParameters
* #Procedures
* #Functions