
13/06/2003, 11:57
|
 | | | Fecha de Ingreso: diciembre-2002 Ubicación: Chapinlandia :-D
Mensajes: 725
Antigüedad: 22 años, 3 meses Puntos: 11 | |
if text1="hola" then
text2 = "Que Tal"
text3 = "Bien"
end if
lo que no dices es si Text1 es una variable, o un objeto
si es un objeto (al igual que text2 y 3), deberia ser
if Text1.value = "HOLA" then
Text2.Value = "QUE TAL"
Text3.Value = "Bien"
end if |