codice:
var str ="13";
str.split(",");
alert(str.join(" -- ");
Non dà nessun errore!!!