Ver Mensaje Individual
  #13 (permalink)  
Antiguo 30/07/2005, 13:58
jballnet
 
Fecha de Ingreso: julio-2005
Mensajes: 3
Antigüedad: 18 años, 10 meses
Puntos: 0
usa esto
privae sub text1_lostfocus ()
if Len(text1.text)< 4 then
String(4 - Len(text1.text), "0") & text1.text
end if
end sub
No es malo no saber lo malo es no preguntar