Hi there,
How to come out the ouput i wanted.
I need to divide sumting like this
rs("Num")=73.1
request.form("Volume")=99
p=cbl(request.form("Volume"))*1/(21.5*28*cdbl(rs("Num")))
the output would be like this 2.2434554543E-03 or sumting like that.
but wat i need is 0.002243........
How can i make the output to turn out like wat i wan?
Thanx