Sorry, a newbie question but I couldn't locate an answer. If I want to use a user-defined global variable in a user-defined function, should I pass it as a parameter to the function, or just straight out use it in the function? Thanks.
You can use it in the function.