Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/03/2003, 16:43
Avatar de Jorge_Mota
Jorge_Mota
 
Fecha de Ingreso: diciembre-2002
Ubicación: Chapinlandia :-D
Mensajes: 725
Antigüedad: 22 años, 2 meses
Puntos: 11
en que lenguaje?


digamos si label1 es una variable, funcionara asi:
if (Label1="Hola") and (Label2="Otro") then
Label3 = "nuevoValor"
end if
si te refieres a un objeto de tipo laber seria mas o menos asi:
(vB)
if (Label1.Caption ="hola") and (Label2.Caption="Otro") Then
label3.Caption = "OTro Caption"
end if
__________________
Jorge Mota
Blog
Gubiz estafa