Is there anything planned to implement ByRef variables in function calls? So many of my routines would be massively simplified if ByRef vars could be used.
Strings are objects so they are passed by reference. However strings are immutable. If you want to modify the string then you should use StringBuilder.
Primitives = Numeric variables, booleans and chars.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.