AS3 textfield dynamic access

for(var i=1; i<7; i++){
“day”+i+"_txt".text == days*;
}

That’s the correct syntax for this?

I want to be able to dynamically write to several textfields that exist on the stage but have not been dynamically placed there.

Thanks.