global variables
Posted: Mon Mar 08, 2004 9:51 pm
Along the way of developing my solution I clean up things every once and a while.
Now I noticed that it is very easy to delete a global without any issue. But ok, that's my own mistake. I should have paid more attention
But, when a global variable is not defined but I try to set it there is no error message.
Also when I try to get the value one gets a null value and outputting it to the debugger with application.output(global.variable) gives the message undefined...
Can we please get an error message if the global variable is not there?
Now I noticed that it is very easy to delete a global without any issue. But ok, that's my own mistake. I should have paid more attention
But, when a global variable is not defined but I try to set it there is no error message.
Also when I try to get the value one gets a null value and outputting it to the debugger with application.output(global.variable) gives the message undefined...
Can we please get an error message if the global variable is not there?