Gordon, I had the following call in a Flex 3 component which worked exactly as I wanted/expected:
<mx:TextInput
id="textinput1"
text="{data.name.[0]}"
/>
When I try this in FlashBuilder 4 I receive 2 errors:
Type 1084: Syntax error: expecting identifier before leftbracket.
Type 1084: Syntax error: expecting rightparen before end of program.
Any feedback will be appreciated.
thanks,
Tex

