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.