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

