syntax for binding multiple variables within text

Posted by danke on Stack Overflow See other posts from Stack Overflow or by danke
Published on 2010-04-14T21:39:52Z Indexed on 2010/04/14 21:43 UTC
Read the original article Hit count: 263

When binding multiple variables value1 value2 value3 in the same text field, do I do this:

text="{some text value1 other text value2 and other text value3}"

or 

text="some text {value1} other text {value2} and other text {value3}"

I noticed both work, but which is the right way to do it and will work all the time.

© Stack Overflow or respective owner

Related posts about flex

Related posts about actionscript-3