How can I get VBScript to format a number into scientific notation and still specify the number of digits after the decimal? For example, if I have a value of x = 0.000007979, I would like to display it as 7.98E-6. Using FormatNumber(x, 2),...) leaves me with 0.00!
Thanks in advance,
Zy
Thanks in advance,
Zy