Re: calling dictionary functions with call()

2010-04-01 Thread Andy Wokula
Am 01.04.2010 04:31, schrieb Ted: Hello, I'm hoping to call a "static" dictionary function using call(). By "static" I mean that the keyword 'dict' is not used in the function's definition. I use this nomenclature in the hopes that the effect of this keyword is to declare a static member fun

calling dictionary functions with call()

2010-03-31 Thread Ted
Hello, I'm hoping to call a "static" dictionary function using call(). By "static" I mean that the keyword 'dict' is not used in the function's definition. I use this nomenclature in the hopes that the effect of this keyword is to declare a static member function as is possible in java/C++/etc,