Tema: ayuda en vb6
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/11/2003, 21:28
rafapaskual
 
Fecha de Ingreso: septiembre-2003
Mensajes: 172
Antigüedad: 21 años, 6 meses
Puntos: 0
Seria algo así,

If numero Mod 2 = 0 Then
MsgBox "Es par"
Else
MsgBox "Es impar"
End If

If numero - Fix(numero) = 0 Then
MsgBox "Es entero"
Else
MsgBox "Es real"
End If

Que es lo que no te va?
__________________
Sr.Propio