var o:Object = {}; o.prop1 = "value1"; o.prop2 = "value2"; o.prop3 = "value3"; for(var i:int = 1; i <=3; i++){ trace(o["prop" + i]); }//for