This seems like this should be easy but I'm hititng my head against the wall trying to figure it out.
I have the following String: [Bindable] var myString:String; The value of myString changes throughout the application. Based upon the value of myString I want to perform different tasks. How can I write a listener that determines 1) that the value has changed and 2) what the new value is? Thanks Jeff

