How can I exclude the comas?

This is an excert of my program:

[AS]for (n=0;n<t/2;n++){
tabela1 = tabela1.concat(sorteio[n],"
");
}[/AS]

and the problem is that the words apear between comas.

Keep the good work