Max number problem javascript?

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • Max number problem javascript?

      Hello.
      I have bank on my game. Max depot number is 2^53 (9,007,199,254,740,991).

      How to increase it limited? I think its problem with java script and forms. It's not a database problem.


      Eg:
      stackoverflow.com/questions/30…r-can-go-to-without-losin

      Someone help me, i am noob on javascript?
    • Well, first of all in this link they are talking about integers. The highest possible numbers should be a double type.

      Anyway what problem appears in case you use high numbers? So we know what the problem is.

      For me, it appears to be a database related issue then, try setting that value to double(50,0) and try it again, if an error occurs - which one ?