Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/03/2004, 15:09
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 22 años, 5 meses
Puntos: 0
y asi??

Código PHP:
On error resume next
total 
CInt(rs2.RecordCount)
response.write total
resultado 
= ((total/totalBooks)*100)
response.write resultado
getBooks 
formatnumber(resultado ,2
response.write getBooks 
if err.number<>0 then
 response
.write err.description
 response
.end
end 
if