Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2005, 03:36
Avatar de Jose_minglein2
Jose_minglein2
 
Fecha de Ingreso: noviembre-2004
Mensajes: 2.344
Antigüedad: 20 años
Puntos: 8
Dim a As String
a = a.Substring(0, 1).ToUpper + a.Substring(1)