ho provao cosi':
for (a=0; a<20; a++) {
_global.miotesto.concat(_global.mioarray[a]);
}
trace (_global.miotesto);
mi dice "undefined", dov'è lerrore?