In VBS, the line:
Average = Seconds / Activities
returns a number like
73.12985763432
How can I get it to show up as 73.13, or maybe 73.1298? In other words, is
there a function that lets me decide how many decimals I want displayed?
Thanks,
