Howdy Folks,
Is there a method to check for the existence of a global variable before attempting to "getGlobalVariable" ?
If i attempt to get it before it's been set, i get "GlobalVar" has no properties, which is to be expected, but it cause an error in the script and i'm looking for a work around. Perhaps some way to declare it that I'm not using ?
Thx,
Chris
Is there a method to check for the existence of a global variable before attempting to "getGlobalVariable" ?
If i attempt to get it before it's been set, i get "GlobalVar" has no properties, which is to be expected, but it cause an error in the script and i'm looking for a work around. Perhaps some way to declare it that I'm not using ?
Thx,
Chris
Comment