Re: Strange method signature via COM

2007-03-02 Thread Richard Jebb
l. "Bruno Desthuilliers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Richard Jebb a écrit : > > We are trying to use the API of a Win32 app which presents the API as a COM > > interface. The sample VB code for getting and setting the values of

Strange method signature via COM

2007-03-02 Thread Richard Jebb
We are trying to use the API of a Win32 app which presents the API as a COM interface. The sample VB code for getting and setting the values of custom data fields on an object shows a method named Value(): getterobj.Value("myfield") setterobj.Value("myfield") = newvalue Using Pyth