Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/01/2015, 01:37
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 9 años, 9 meses
Puntos: 182
Respuesta: Eliminar espacios en blanco

Buenas,

Tendras que anadir un if por cada tipo.

Código Java:
Ver original
  1. if (tipo0.length > 0) {
  2. txtS.append (tipo0 + "\n");
  3. }
  4.  
  5. if (tipo1.length .........

Un saludo
__________________
If to err is human, then programmers are the most human of us