Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/05/2007, 17:12
redkram
 
Fecha de Ingreso: octubre-2005
Mensajes: 12
Antigüedad: 19 años, 6 meses
Puntos: 0
Re: Convertir variables alfanumericas a numericas

MIN_RENT_ANO_1=ISNUMERIC(MIN_RENT_ANO)
RENT_ANO=ISNUMERIC(RENT_ANO)
if MIN_RENT_ANO_1=True and RENT_ANO_1=True then
If RENT_ANO >= MIN_RENT_ANO Then

end if
end if

creo que te faltaba la comprobación del if IsNumeric=True, ya que por mucho que te de True o false continuas haciendo el IF RENT_ANO >= MIN_RENT_ANO then

Salu2 RK