var z:Number = 011;
trace(z);

why does this return 9 in actionscript 2.0?

is there a way to change the String "011" to the number 11?