Hi Guys,

Is there a way to disable converting > 15 digits number to Scientific Notation.

For example: i Want to retain this Number: 100000000000000000123 from not converting into 1E+20. I can't use string because i always make computation with this large number..



Thanks