Possible Duplicate:
How to avoid scientific notation for large numbers in javascript?
Hi All,
Doing something like this
alert(999999999999999999999999999999999999999999999999);
results in this
How to i stop converting a number to a string from saying 1e+XX or Infinity?