Quote:
Originally Posted by xXziroXx
PHP Code:
this.confCode = null;
Why are you setting a non-existant variable to NULL in onCreated()?
|
I'm actually doing that too, especially in large blocks of code, to quickly see what important variables the script is using.