
30/07/2005, 13:58
|
| | Fecha de Ingreso: julio-2005
Mensajes: 3
Antigüedad: 19 años, 9 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 |