tengo
Código PHP:
function format_input(f) {
for (var a in f) {
trace ('input ' + f[a]);
f[a].border = true;
f[a].borderColor = 0xEFEFEF;
f[a].background = true;
f[a].backgroundColor = oxCC00DD;
f[a].textColor = 0xCCFFDD;
//f[a].
f[a].setTextFormat(my_fmt);
f[a].text = 'a';
}
}
si llamo la funcion poniendo algunos vectores, todo bien
Código PHP:
format_input([c101, c102, 213, 308]]);
format_input([myArray]); ???????????