Re: [Flashcoders] Detecting NaN

2007-02-01 Thread Brandon Barkley
Andy, Like the other poster said, us isNaN, but I was also curious about why this might be true. I found this link on the subject that will be helpful (original page down): http://209.85.165.104/search?q=cache:ilnSqw-hBjwJ:livedocs.macromedia.com/flex/2/langref/package.html+Flash+NaN+equality

Re: [Flashcoders] Detecting NaN

2007-02-01 Thread T. Michael Keesey
On 2/1/07, Alain Rousseau <[EMAIL PROTECTED]> wrote: Simply use isNAN() method : http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhel p.htm?context=LiveDocs_Parts&file=1737.html if (isNAN(fooN)¨{ // do stuff else { // do else stuff } Yes. Also, somet

RE: [Flashcoders] Detecting NaN

2007-02-01 Thread Alain Rousseau
Simply use isNAN() method : http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhel p.htm?context=LiveDocs_Parts&file=1737.html if (isNAN(fooN)¨{ // do stuff else { // do else stuff } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE