Hi,
I'm used to programming with Java, and am unsure of how this may work within
VB.
I want to pass some strings to a function, and alter them within the
function. I want the strings to stay altered when the function ends
*without returning the strings explicitly*. I think this is to do with
passing references? How should it work (if possible?) using VB?
Thanks in advance,
Chris
I'm used to programming with Java, and am unsure of how this may work within
VB.
I want to pass some strings to a function, and alter them within the
function. I want the strings to stay altered when the function ends
*without returning the strings explicitly*. I think this is to do with
passing references? How should it work (if possible?) using VB?
Thanks in advance,
Chris
Comment