Mega Code Archive

 
Categories / Flex / Data Model
 

Using more than one set of curly braces

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:String id="firstName">Alaric</mx:String>     <mx:Label text="Hey {firstName}, eleven times forty-two equals {11 * 42}" /> </mx:Application>