calculation problem
Hi everybody, I am using the following...
title.p.text = 'team1' + Number(loadedData[1][10]) + Number(loadedData[1][11])) * 100 + ' ' + '%' ;
my problem is that the last part (+ '%') is not working, I suppose that the numerical function has not been stoped, thats why I can not see %
any suggestions?
Regards
Pancho
