Avoid 0.0.25

I have to debug some application today in Flash CS3 and after i removed all errors and warnings i expected that Flash would now show me the correct result. But Flash does not.

I had a little mistake when i assinged a number to a variable.

Actionscript:
  1. var myNumber:Number = 0.0.25;

The problem is that neighter the compiler nor the runtime error system recognized this mistake. I decide to post this, because it maybe save someones precious time.


About this entry