September 10, 2009
As null isn't the same thing as having a variable undefined. How then do you check if it's defined or not? Well, here's the answer:if(!myVariable) {
trace("it's not defined");
}
Comments
comments powered by Disqus