Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2007, 01:59
Avatar de seba123neo
seba123neo
 
Fecha de Ingreso: febrero-2007
Ubicación: Esperanza, Santa Fe
Mensajes: 1.046
Antigüedad: 17 años, 2 meses
Puntos: 19
Re: Valor mayor que label

seria mas o menos asi:supongamos que el label donde se muestra el mensaje se llama label11

if label18.caption > 10 and label18.caption < 20 then
label11="es mayor a 10"
if label18.caption > 20 and label18.caption < 30 then
label11="es mayor a 20"
if label18.caption > 30 then
label11="es mayor a 30"
end if
end if
end if