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
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