--- In flexcoders@yahoogroups.com, Stephen Allison <[EMAIL PROTECTED]>
wrote:
>
> Are you able to use the square brackets syntax for accessing  
> properties ?
> This should work if your data objects are type object or are dynamic (?)
> 
> var selectedGrowerAddress2:String =
> StringUtil.trim(String 
> (event.currentTarget.growerSearchGrid.selectedItem["ADDRESS_LINE#2"]));
> 
> 

That worked Stephen. MANY thanks for your reply. I'd never have
figured that on my own. No sleep for me tonight as I have to catch up. :(
Thanks again.

Reply via email to