So. if b0 is your guy why for is your cheese stinky?
Alert.show(b0.toString()); Alert.show(UIComponent(b0).toString()); //< - - drop the ticks Rick Winscot From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of grimmwerks Sent: Tuesday, July 15, 2008 11:50 PM To: [email protected] Subject: [flexcoders] dynamically referring to UIComponents... Ok, so I've got this Text component, k? Let's say it's name is b0. Whereas something like Alert.show(b0.toString()); works -- Alert.show(UIComponent('b0').toString()) does not -- can anyone point out what I'm missing (and yes, I'm importing UIComponent). Thanks all

