Hello, I am new to flex and I make lot of mistakes by calling a method or field in an object which does not exist. But flex builder 3 doesn't seem to throw a compile error when I do this. In java it would be a quick compile error. Is there any flex builder setting I can set to give compile errors.
Example var data:Dictionary = new Dictionary(); data.length //no compile error for this data[indexint] //no compile error Thanks

