Click to See Complete Forum and Search --> : no decimal places


swstos
04-25-2003, 03:46 PM
Hi...

I am using sql query to take the average value of a column...

to display the average i wrote

Average: <%= objRS("average") %>

The result can be 32.34456...

Can anyone please tell me how i can get rid of the decimal places...?

Thanks in advance.

swstos
04-25-2003, 06:36 PM
Thanks for the help...