Carissimi,
come posso unire 2 var, no sommare o altro, cioè al posto della E che devo mettere o come modifcare la funzione?
codice:
....
var t1 = tita.replace('10','15');
var t2 = tita.replace('12','18'); 
var t3 = tita.replace('13','20'); 
var tit = t1 (E) t2 (E) t3;
....
Grazie
G.