Can anyone please tell me what it means to add a "&" to a variable? as in &variable??
I am debugging a script that I inherited and this keeps screwing me up.
Thanks,
MB
Forum topic · General Scripting
By Mighty_Marcos · 2009-01-20
Can anyone please tell me what it means to add a "&" to a variable? as in &variable??
I am debugging a script that I inherited and this keeps screwing me up.
Thanks,
MB
Mighty_Marcos · 2009-01-20
it's a way to reference a variable regardless of scope. You simply add "&" to an existing variable