Mega Code Archive

 
Categories / Flex / Data Model
 

Concatenate and manipulate the information inside the curly braces

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:String id="displayName">Jed90210</mx:String>     <mx:Label text="{'Hello, ' + displayName}" /> </mx:Application>