Quick question that should be easy for the experienced. I am trying to pass a variable's adderss as a parameter of a function. How do I write that in VB code. In C++ I would just put niftyfunciton(&variable) but the & in VB is for concatination. Whats the notation for passing a reference in VB?