Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/05/2004, 17:35
agma
 
Fecha de Ingreso: julio-2003
Mensajes: 31
Antigüedad: 20 años, 9 meses
Puntos: 0
solucion !!!

Pues ya he resuelto el problema:

autores = new Array("agus","dare","mario");
titulos = new Array("1","2","3");

for(i=0; i< titulos.length; i++) {
textoCompleto = textoCompleto + "<br>" + " " + "autor: " + autores[i] + " ..... " + "titulo: " + titulos[i];
};

mail_txt.htmlText = textoCompleto;

Funciooooooona! lo importante del asunto es lo siguiente, ya que yo he puesto algo de decoracion al asunto:

for(i=0; i< titulos.length; i++) {
textoCompleto = "<br>" + autores[i] + " " + titulos[i];
};

Por si algunos os apañala idea.

Saludos a todos