Small question about setting global variables.
Suppose I have following script that has account variable.
Thanks
Suppose I have following script that has account variable.
dim account
function GetAccountName()
GetAccountName = account.Name;
end function
What is "true" way set this variable by reference?Thanks