
January 16th, 2005, 12:07 PM
|
|
Contributing User
|
|
Join Date: Jul 2004
Posts: 75
Time spent in forums: 12 h 56 m 40 sec
Reputation Power: 8
|
|
Round Numbers
I want to round numbers to include a 0 at the end.
response.write "<td bgcolor=white align=center class=menuText>" & 100 - Round(CTASCAvail,2) & "%</td>"
response.write "<td bgcolor=white align=center class=menuText>" & 100 - Round(Avail,2) & "%</td>"
the following code will round the numbers 2 decimal places but if it is a 0 it will not display it.
Is there away to display that 0
Thanks
RObert
|