krappleby025
Programmer
Hi everyone,
I am using a simple sytem to take a number and devide it by 31 However i end up with a result like this
6.45161290322581E
can you please tell me how to change this number into a full figure only
ie in this case the figure i want is 6
to display that figure above, i use the following code
<% =sitehitsnumber / 31 %>
this is so that you can use the details to set up the equasion
thanks
I am using a simple sytem to take a number and devide it by 31 However i end up with a result like this
6.45161290322581E
can you please tell me how to change this number into a full figure only
ie in this case the figure i want is 6
to display that figure above, i use the following code
<% =sitehitsnumber / 31 %>
this is so that you can use the details to set up the equasion
thanks