I have an object, say xObj, which has a bunch of methods. I have the method I want to call in a string, say str. How do I call method str on xObj? Use eval? If so, the syntax eludes me. TIA, Bruce.