A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Numbers exceeding 15 digits

  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
    Designer, Programmer, Musician angelhdz's Avatar
    Join Date
    Mar 2010
    Posts
    971
    Explain please, so i can help

  3. #3
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    @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)
    I am back, guys ... and finally 18 :P

    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