I asked this in the classic ASP forum, but no one has been responding, and I think this could apply to both ASP and ASP.NET, so I'll ask here as well...
I have a mathmatical formula done in DLL and returned to the original calling page which in turn prints the value to the screen. However, the problem is that the number is so big it returns the number with an "E" extension like this:
2.64443852120454E+47
How can I tell it to print out the entire number with out the E+47?
So it will look something like this:
264443852120454455213225875701055682498700013529
-Ovatvvon :-Q
I have a mathmatical formula done in DLL and returned to the original calling page which in turn prints the value to the screen. However, the problem is that the number is so big it returns the number with an "E" extension like this:
2.64443852120454E+47
How can I tell it to print out the entire number with out the E+47?
So it will look something like this:
264443852120454455213225875701055682498700013529
-Ovatvvon :-Q