codice:
array = ["a", "b", "c"];
var pick = "array[i]";
//
for (i=0; i<3; i++) {
	trace(eval(pick));
}
Perchè non va? Grazie!!!