Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/09/2002, 16:59
Facu
 
Fecha de Ingreso: diciembre-2001
Ubicación: Rosario (SF)
Mensajes: 193
Antigüedad: 23 años, 4 meses
Puntos: 0
Re: Funcion Integer

<%num= request("numero")
var=num-cint(num)
if var=0 then
response.write "es entero"
else
response.write "es decimal"
end if%>
espero te sirva
saludos
Facu