Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/04/2005, 13:26
hugorei
(Desactivado)
 
Fecha de Ingreso: agosto-2002
Mensajes: 1.458
Antigüedad: 22 años, 8 meses
Puntos: 0
Erro en funcion llf

Private Sub Command2_Click()
Dim MiVariable As String
MiVariable = llf(CLng(Text1.Text) > 100, "ES MAYOR", "ES MENOR")
Label1 = MiVariable

End Sub

Se supone que esta funcioN evalua la condicion Si es cierto o Falso- Por que me tira un error VB 6.0 ? ME DICE FUNCION NO DEFINIDA -