var array:Array = ["Paco", "Luis"]; for(var i:Number = 0; i < array.length; i++) { texto.text += test[i]+"\n"; }