A Flash Developer Resource Site

+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Jun 2007
    Posts
    5

    Numbers exceeding 15 digits

    Is there anyway to achieve this? Mostly so i can accurately display them without having to resort to scientific notation. Or Heck turning off scientific notation would be nice.

    Using Flash 8.

  2. #2
    AS2 Coder
    Join Date
    Mar 2010
    Posts
    607
    Explain please, so i can help

  3. #3
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,770
    @angelhdz: Try this in Flash:

    Actionscript Code:
    var num:Number = 123456789123456;
    trace(num);
    var num:Number = 1234567891234567;
    trace(num);

    In the second trace, you'll see what he means. I tried searching for a solution, but the answers I found said that it's not possible to achieve what he wants (just the whole number)
    17 Years old boy, who loves the Computer Technology

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts




Click Here to Expand Forum to Full Width


HTML5 Development Center