[flexcoders] String concat in MXML (with using @Resource)

2007-10-18 Thread kramus0
Hi all, I have a simple question regarding text values in mxml files. Is it possible to concat string values in a mxml text or label property? So something like this: mx:Label text='Value' + 'AnotherValue'/ I know that it doesn't work because it uses it as a hole string and the single strings

RE: [flexcoders] String concat in MXML (with using @Resource)

2007-10-18 Thread Alex Harui
: Thursday, October 18, 2007 2:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] String concat in MXML (with using @Resource) Hi all, I have a simple question regarding text values in mxml files. Is it possible to concat string values in a mxml text or label property? So something