> Usa Nakamura suggested a new method __method__ to access name of > currently executing method. The name is chosen to go with __FILE__ and > __LINE__ but it's a method not syntax. Hmmm.... I had used #this for this purpose. But often I just need the name of the method. If I have the name I can always do 'method(methodname)' --though the multidispatch thing might effect that now too. T.