Hi, > I have never seen real world ActionScript code which uses strict equality for > null.
Remember we are also cross compiling to Javascript as well. As as I see we have a choice between using strict equality or initialising Objects and Strings but you want neither? If there’s a performance gain and no downside and you can turn it off if you want via a couple option what’s the harm in doing so? Thanks, Justin