undeclare variables error (MX)
Is it possible to somehow make MX give errors (or at least warnings) when you use undeclared variables or properties, or at least methods!!!
The amount of time I lose (and hair I pull out!) trying to debug something not working and find out whats wrong, only to realize hours later that there isnt anything wrong with the logic or algorithms etc. but it turns out its just a little typo error in the name of a variable or method etc.... e.g. MovieClip.Coutner instead of MovieClip.Counter.....
I want it to say immediately (as soon as I press ctrl+enter or debug etc.) that there is no such property instead of immediately creating one and initing it to zero!!
the "option explicit " statement in VB was perfect....I wanna have to explicitly declare all my variables and properties and methods.
thx