I have mathmatical formulas done in VBscript functions and returned to the original call which is printed 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?
__________________________________
<%
Response.write("<TEXTAREA cols=80 rows=15>" & mathForumula(startingValue) & "</TEXTAREA>"
%>
-Ovatvvon :-Q
2.64443852120454E+47
How can I tell it to print out the entire number with out the E+47?
__________________________________
<%
Response.write("<TEXTAREA cols=80 rows=15>" & mathForumula(startingValue) & "</TEXTAREA>"
%>
-Ovatvvon :-Q