
02/09/2002, 16:54
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: Funcion Integer Numero=123.4
If IsNumeric(Numero) Then
If Instr(Cstr(Numero),".") Then
Response.Write "Es doble"
Else
Response.Write "Es entero"
End If
End If
Saludos
<center>
<a href=http://comunidadguru.com><img border=0 src=http://comunidadguru.com/imagenes/logos/logo.gif></a>
</center> |