Hi,
Please can anyone confirm as to whether when you pass a variable to a function as an argument, whether the variable becomes another instance of the variable?
For example, I declare a global string variable, and pass it to a function as an argument. I wish to change the value of the global...