Not a Number

Dmitry Kasimowsky a écrit :
> trace(Std.parseFloat("")); ---> NaN
> trace(Std.parseInt("")); ---> null

That's the specification of Std.parseInt, since NaN is a Float and not an Int.

Nicolas

--------------

А в AS все по-человечески, хотя и неправильно :)