Hi all, It seems setting a class variable is not happening until after all my code is run.
When I do this: this.anchorName = anchorName; setState(stateName); the class variable "anchorName" isn't set. the setState method is called and then the method is exited. then the debugger loops back into the same method again like it wasn't called but this time the class level variable is set before hand? What is going on? dorkie dork from twilight zone town

