Reducing code

Hi, just going through my code and I want to reduce it where possible.

is there a way to combine these two lines into one?

this.mainClip_mc.item0.percentage_txt.setTextFormat(perTextFormat);
this.mainClip_mc.item1.percentage_txt.setTextFormat(perTextFormat);