RE: Property Put to a COM object

2001-06-06 Thread Mark Hammond
> I'm using a COM object, where some methods are implemented as > properties. The problem arises when I want to assign a value to > properties that use parameters... > Example > # vm is the COM object I'm using > InitFractions = (0.25, 0.25, 0.25, 0.25) > vm.ObjectDoubleArrayValue(0, 1, -4) =

Property Put to a COM object

2001-06-06 Thread Raul Cota
I'm using a COM object, where some methods are implemented as properties. The problem arises when I want to assign a value to properties that use parameters... Example # vm is the COM object I'm using InitFractions = (0.25, 0.25, 0.25, 0.25) vm.ObjectDoubleArrayValue(0, 1, -4) = InitFractions