thank you for your time.
I have 2 labels with numerical values i would like to add together.
<s:Label id="cost_1" x="261" y="138" text="150" />
<s:Label id="cost_2" x="280" y="138" text="220"/>
<s:Label id="totals" x="291" y="138" text=""/>
I need to the third label (id="totals") to visually display the sum of first two labels. (150+220=totals.text)
Thank you!