Brendan, I've tried this every which way I can imagine... variable assignment within quotes, without quotes, within and without braces, and with and without dot notation before item selection.
Going back to the beginning, I'm wondering if there might be another way to get the value I want into a variable. Specifically, I'm wondering if I can bind the value I want to some other type variable and then copy/change/cast it to a String variable. Any other ideas/suggestions? thanks, Mark --- In [email protected], Brendan Meutzner <bmeutz...@...> wrote: > > Mark, > > What isn't working... the binding? What are you getting for your TextInput > text value with the suggestions from Oleg and myself. You definitely > shouldn't be getting the same issue as you first posted about with these > updates, so where is it falling short now? > > > Brendan > > > > On Thu, Jul 15, 2010 at 4:39 PM, mark.embrey <mark.c.emb...@...>wrote: > > > > > > > thanks for the suggestion, Oleg, but that didn't solve my problem... any > > other ideas? > > > > thanks, > > > > Mark > > > > > > --- In [email protected] <flexcoders%40yahoogroups.com>, Oleg > > Sivokon <olegsivokon@> wrote: > > > > > > That won't also work because there's a redundant dot before the bracket. > > ;) > > > > > > > > > >

