Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/11/2007, 13:27
red_robe
 
Fecha de Ingreso: febrero-2006
Mensajes: 233
Antigüedad: 19 años, 1 mes
Puntos: 3
problema con setCharAt

StringBuffer desti = new StringBuffer(Num);

for (int j=0;j<ValorActual;j++)
{
destino.setCharAt(j,(j+1));
}

el error que me dice es: cannot find symbol, no entiendo..ayuda por favor y gracias

en teoria tendría que escribir esto por pantalla:
12345