xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
[Bindable]
public var myArray:Array=[100,200,300,400,500,600];
text="Value: {myrep.currentItem}, Loop #{myrep.currentIndex+1} of {myrep.count}" />
startingIndex="1">
text="Value: {myrep2.currentItem}, Loop #{myrep2.currentIndex-myrep2.startingIndex+1} of {myrep2.count}" />
startingIndex="3">
text="Value: {myrep3.currentItem}, Loop #{myrep3.currentIndex-myrep3.startingIndex+1} of {myrep3.count}" />